WPF-ImportantExample/_4Grid分割窗口/App.xaml

10 lines
381 B
Plaintext
Raw Normal View History

2025-01-25 22:11:29 +08:00
<Application x:Class="_4Grid分割窗口.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:_4Grid分割窗口"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>