vue-java-tutorials/CSharp/WPFTutorial/WPF-13-ObservableCollection/App.xaml

10 lines
399 B
XML

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