mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
7 lines
237 B
Plaintext
7 lines
237 B
Plaintext
|
|
<Application
|
||
|
|
x:Class="PhoneApplication.App"
|
||
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
|
xmlns:local="using:PhoneApplication">
|
||
|
|
|
||
|
|
</Application>
|