Fans + power ui simplification

This commit is contained in:
seerge
2023-04-03 21:17:16 +02:00
parent dcfaf665cd
commit 4634404ed4
4 changed files with 124 additions and 159 deletions

View File

@@ -122,6 +122,12 @@ public static class ControlHelper
sl.borderColor = buttonMain;
}
var chk = control as CheckBox;
if (chk != null)
{
chk.BackColor = buttonMain;
}
var chart = control as Chart;
if (chart != null)
{