diff options
Diffstat (limited to 'protocols/Telegram/tdlib/td/example/uwp/app/App.xaml')
-rw-r--r-- | protocols/Telegram/tdlib/td/example/uwp/app/App.xaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/protocols/Telegram/tdlib/td/example/uwp/app/App.xaml b/protocols/Telegram/tdlib/td/example/uwp/app/App.xaml new file mode 100644 index 0000000000..b4256fd441 --- /dev/null +++ b/protocols/Telegram/tdlib/td/example/uwp/app/App.xaml @@ -0,0 +1,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> |