Colouring Changes

- changed the control coloring (now blue) that are NOT included in the profile sync
pt-BR Translation file updated
This commit is contained in:
Brett Hewitson 2022-06-24 16:35:22 +10:00
parent b95cf633c4
commit e671abd640
10 changed files with 94 additions and 14 deletions

View file

@ -0,0 +1,11 @@
using System.Windows.Controls;
using System.Windows.Media;
namespace ServerManagerTool.Lib.Model
{
public class FindSettingItem
{
public Control FoundControl { get; set; }
public Brush BackgroundBrush { get; set; }
}
}