Files
WPF_Practice/PacticeSolution/DataBindingSample/App.xaml
2023-06-20 14:48:07 +09:00

10 lines
379 B
XML

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