WPF-Base/WPF路由事件-4-生命周期/App.xaml

10 lines
405 B
Plaintext
Raw Permalink Normal View History

2025-01-01 21:56:07 +08:00
<Application x:Class="WPF路由事件_4_生命周期.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:WPF路由事件_4_生命周期"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>