3-WPF-Order/3-WPF命令2/App.xaml

10 lines
371 B
XML

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