updated namespaces

This commit is contained in:
Lavius Motileng
2020-03-09 22:06:05 -07:00
parent 59a2415a0d
commit 8f02cbc234
20 changed files with 36 additions and 34 deletions

View File

@@ -0,0 +1,7 @@
<xaml:XamlApplication
x:Class="SettingsUI.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:xaml="using:Microsoft.Toolkit.Win32.UI.XamlHost"
xmlns:local="using:SettingsUI">
</xaml:XamlApplication>