XAML-Map-Control/TestApplication/App.xaml

8 lines
310 B
Plaintext
Raw Normal View History

2012-05-04 12:52:20 +02:00
<Application x:Class="MapControlTestApp.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>