9 lines
261 B
Text
9 lines
261 B
Text
|
<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>
|