mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Fans + power ui simplification
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user