3-WPF-Order/4-WPF资源-1资源集合/App.xaml

10 lines
397 B
Plaintext
Raw Normal View History

2025-01-10 12:16:43 +08:00
<Application x:Class="_4_WPF资源_1资源集合.App"
2025-01-10 12:14:50 +08:00
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
2025-01-10 12:16:43 +08:00
xmlns:local="clr-namespace:_4_WPF资源_1资源集合"
2025-01-10 12:14:50 +08:00
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>