Adjust namespace

This commit is contained in:
2023-05-01 21:04:17 -04:00
parent 5610542ce9
commit 55ed61e013
16 changed files with 21 additions and 21 deletions

View File

@@ -1,12 +1,12 @@
<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:properties="clr-namespace:ChrisKaczor.Wpf.FloatingStatusWindow.Properties"
xmlns:properties="clr-namespace:ChrisKaczor.Wpf.Windows.FloatingStatusWindow.Properties"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:ChrisKaczor.Wpf.FloatingStatusWindow"
xmlns:local="clr-namespace:ChrisKaczor.Wpf.Windows.FloatingStatusWindow"
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit"
xmlns:windows="clr-namespace:ChrisKaczor.Wpf.Windows;assembly=ChrisKaczor.Wpf.Windows.ControlBox"
x:Class="ChrisKaczor.Wpf.FloatingStatusWindow.AppearanceWindow"
x:Class="ChrisKaczor.Wpf.Windows.FloatingStatusWindow.AppearanceWindow"
Title="{x:Static properties:Resources.ChangeAppearanceWindow}"
Height="290"
Width="450"