Rename namespaces with TheGuyXaml prefix

This commit is contained in:
Daniel Clark
2021-02-14 15:21:14 +00:00
parent cadf8f9ec0
commit 2d74e40948
58 changed files with 581 additions and 109 deletions
@@ -2,7 +2,7 @@
using System;
using System.Windows;
namespace NotificationFlyout.Wpf.UI.Controls
namespace TheXamlGuy.NotificationFlyout.Wpf.UI.Controls
{
internal class XamlHost<TXamlContent> : Window where TXamlContent : Windows.UI.Xaml.UIElement
{