XAML-Map-Control/SampleApps/SampleApplication/App.xaml
2012-07-04 17:19:48 +02:00

8 lines
310 B
XML

<Application x:Class="SampleApplication.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>