servo/support/hololens/ServoApp/App.xaml
2020-06-10 09:38:14 +02:00

11 lines
355 B
XML

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