mirror of
https://github.com/ZuneDev/Xune.git
synced 2026-07-27 13:13:10 -07:00
12 lines
341 B
XML
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>
|