10 lines
423 B
XML
10 lines
423 B
XML
<Application x:Class="WPF绑定元素_1_代码模式的绑定.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:local="clr-namespace:WPF绑定元素_1_代码模式的绑定"
|
|
StartupUri="MainWindow.xaml">
|
|
<Application.Resources>
|
|
|
|
</Application.Resources>
|
|
</Application>
|