tdlight/example/uwp/app/App.xaml
Arseny Smirnov 1e0a051439 uwp app example
GitOrigin-RevId: b562befe6df6727e55c1431d6981182368be444b
2018-03-02 16:55:55 +03:00

9 lines
243 B
XML

<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>