summaryrefslogtreecommitdiff
path: root/csharp/test/xamarin/controller.UWP/App.xaml
blob: 95640f76f685e04678efea2f8e4c4359efa93377 (plain)
1
2
3
4
5
6
7
8
<Application
    x:Class="controller.UWP.App"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="using:controller.UWP"
    RequestedTheme="Light">

</Application>