XAML-Map-Control/SampleApps/WpfCoreApp/App.xaml
2019-09-27 22:13:10 +02:00

8 lines
303 B
XML

<Application x:Class="WpfCoreApp.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>