vue-java-tutorials/CSharp/WPFTutorial/WPF-19-Opening ustomWindows.../App.xaml

10 lines
427 B
XML

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