shortener-bot/td/example/uwp/app/App.xaml
2024-10-10 19:06:50 +00:00

8 lines
242 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>