Moved ThemeManager in common project (#8835)

* moved theme manager in common project

* added analyzers

* renamed CommonUI project
This commit is contained in:
Davide Giacometti
2021-01-05 15:54:32 +01:00
committed by GitHub
parent dda3dce34b
commit b590437ca1
21 changed files with 86 additions and 467 deletions

View File

@@ -10,6 +10,7 @@ using ImageResizer.Properties;
using ImageResizer.Utilities;
using ImageResizer.ViewModels;
using ImageResizer.Views;
using Microsoft.PowerToys.Common.UI;
namespace ImageResizer
{