Files
Xune/Xune.Uno/Xune.Uno.Shared/App.xaml
T
2021-07-11 22:29:28 -05:00

12 lines
341 B
XML

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