WPF-Control/WPF绑定元素-2-代码检索绑定/App.xaml

10 lines
417 B
XML

<Application x:Class="WPF绑定元素_2_代码检索绑定.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:WPF绑定元素_2_代码检索绑定"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>