WPF-Base/WPF路由事件-8-鼠标拖拽/App.xaml

10 lines
405 B
XML

<Application x:Class="WPF路由事件_8_鼠标拖拽.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:WPF路由事件_8_鼠标拖拽"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>