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