Files
PomoTime/Pomotimer/App.xaml
2020-04-23 16:32:28 +03:00

11 lines
356 B
XML

<Application
x:Class="Pomotimer.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:Pomotimer">
<Application.Resources>
<XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" />
</Application.Resources>
</Application>