5-WPFTemplates-And-CustomEl.../5-17.2理解模板/App.xaml

11 lines
435 B
Plaintext
Raw Normal View History

<Application x:Class="_5_17._2理解模板.App"
2025-01-23 22:01:10 +08:00
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:_5_17._2理解模板"
2025-01-23 22:01:10 +08:00
StartupUri="MainWindow.xaml">
<Application.Resources>
<ResourceDictionary x:Key="GridControlTemplate" />
2025-01-23 22:01:10 +08:00
</Application.Resources>
</Application>