Files
WPF_Practice/PacticeSolution/DataBindByINotifyPropertyChangedSample/App.xaml
2023-07-10 16:45:00 +09:00

10 lines
421 B
XML

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