Files
WPF_Practice/PacticeSolution/SimpleDataBinding/App.xaml
2023-07-07 13:11:07 +09:00

10 lines
379 B
XML

<Application x:Class="SimpleDataBinding.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:SimpleDataBinding"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>