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

10 lines
397 B
Plaintext
Raw Normal View History

2025-01-23 22:46:48 +08:00
<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>