5-WPFTemplates-And-CustomEl.../5-WPF模板和自定义元素/App.xaml

10 lines
405 B
XML

<Application x:Class="_5_WPF模板和自定义元素.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模板和自定义元素"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>