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,16 @@
<Window x:Class="SettingsMain.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:SettingsMain"
xmlns:Controls="clr-namespace:Microsoft.Toolkit.Wpf.UI.Controls;assembly=Microsoft.Toolkit.Wpf.UI.Controls"
mc:Ignorable="d"
Title="PowerToys Settings" Height="800" Width="800">
<Grid>
</Grid>
</Window>