vue-java-tutorials/CSharp/WPFTutorial/WPF-7-ListBox/App.xaml

10 lines
371 B
XML

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