Plane.Libraries/Plane.WpfTests/App.xaml

10 lines
373 B
Plaintext
Raw Normal View History

2017-02-27 02:04:13 +08:00
<Application x:Class="Plane.WpfTests.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Plane.WpfTests"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>