XAML-Map-Control/SampleApps/UniversalApp/App.xaml
2021-10-28 20:26:51 +02:00

9 lines
267 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"
xmlns:local="using:SampleApplication"
RequestedTheme="Light">
</Application>