5-WPFTemplates-And-CustomEl.../5-17.3创建控件模板/App.xaml

10 lines
397 B
XML

<Application x:Class="_5_17._3创建控件模板.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:_5_17._3创建控件模板"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>