3-WPF-Order/4-WPF资源-2资源层次/App.xaml

10 lines
397 B
XML

<Application x:Class="_4_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:_4_WPF资源_2资源层次"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>