3-WPF-Order/5-WPF样式和行为-1样式基础/App.xaml

10 lines
415 B
XML

<Application x:Class="_5_WPF样式和行为_1样式基础.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:_5_WPF样式和行为_1样式基础"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>