blob: b4256fd4417bb06f919060c30cf11d0597808dab (
plain)
1
2
3
4
5
6
7
|
<Application
x:Class="TdApp.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:TdApp"
RequestedTheme="Light">
</Application>
|