Files
PlantBox/PlantBox.Client/PlantBox.Client.UWP/App.xaml
2019-03-04 21:05:49 +01:00

9 lines
271 B
XML

<Application
x:Class="PlantBox.Client.UWP.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:PlantBox.Client.UWP"
RequestedTheme="Light">
</Application>