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
@@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;
namespace NotificationFlyout.Shared.UI.Helpers
namespace TheXamlGuy.NotificationFlyout.Shared.UI.Helpers
{
internal class WndProcHandlerCollection : List<WndProcHandlerReference>, IWndProcHandlerCollection
{