lixiaojun
10 天以前 0329c48a57f33a4c94e44c5e4d3d3c116184986f
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>