Files
PomoTime/Pomotimer/App.xaml
2020-04-23 22:11:30 +03:00

12 lines
355 B
XML

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