WPF-Control/WPF控件-17-日期控件/App.xaml

10 lines
395 B
XML

<Application x:Class="WPF控件_17_日期控件.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:WPF控件_17_日期控件"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>