XAML-Map-Control/SampleApps/ProjectionDemo/App.xaml

10 lines
373 B
Plaintext
Raw Permalink Normal View History

2020-03-25 16:13:50 +01:00
<Application x:Class="ProjectionDemo.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:ProjectionDemo"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>