WPF-ImportantExample/_2DockPanel特性/App.xaml

10 lines
367 B
Plaintext
Raw Permalink Normal View History

2025-01-25 22:00:48 +08:00
<Application x:Class="_2DockPanel.App"
2025-01-25 21:53:57 +08:00
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
2025-01-25 22:00:48 +08:00
xmlns:local="clr-namespace:_2DockPanel"
2025-01-25 21:53:57 +08:00
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>