mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
8 lines
310 B
Plaintext
8 lines
310 B
Plaintext
|
|
<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>
|