lixiaojun
2025-04-03 6c865e1270ec79a1fad60e31635513d5966d3431
1
2
3
4
5
6
7
8
<Application
    x:Class="Yw.Wpf.Test.Core.App"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="clr-namespace:Yw.Wpf.Test.Core"
    StartupUri="MainWindow.xaml">
    <Application.Resources />
</Application>