AutoCatUwp/AutoCat/App.xaml
2021-01-24 18:21:04 +03:00

12 lines
353 B
XML

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