Orarend/OrarendApp/OrarendApp.UWP/App.xaml

9 lines
261 B
Text
Raw Normal View History

2017-01-30 20:58:15 +00:00
<Application
x:Class="OrarendApp.UWP.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:OrarendApp.UWP"
RequestedTheme="Light">
</Application>