10 lines
393 B
XML
10 lines
393 B
XML
<Application x:Class="WPF_9_元素绑定元素.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="clr-namespace:WPF_9_元素绑定元素"
|
|
StartupUri="MainWindow.xaml">
|
|
<Application.Resources>
|
|
|
|
</Application.Resources>
|
|
</Application>
|