refactoring for the next stage

This commit is contained in:
Daniel Clark
2021-02-12 23:23:41 +00:00
parent e459a85f02
commit 84afcf0be3
50 changed files with 389 additions and 460 deletions
@@ -1,5 +1,5 @@
using System;
using Microsoft.Windows.Sdk;
using Microsoft.Windows.Sdk;
using System;
namespace NotificationFlyout.Wpf.UI.Helpers
{
@@ -15,4 +15,4 @@ namespace NotificationFlyout.Wpf.UI.Helpers
return PInvoke.GetDpiForWindow((HWND)handle);
}
}
}
}