WPF-Base/WPF基础-1-1-只使用代码方式创建/App.xaml

10 lines
427 B
Plaintext
Raw Normal View History

2024-12-30 10:34:15 +08:00
<Application x:Class="WPF基础_1_1_只使用代码方式创建.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:WPF基础_1_1_只使用代码方式创建"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>