Added on/off control for aura lightbar, lid and logo

This commit is contained in:
Serge
2023-05-05 11:44:33 +02:00
parent c6faec9628
commit 7740678cd4
9 changed files with 165 additions and 84 deletions

View File

@@ -1,8 +1,7 @@
using CustomControls;
using WinFormsSliderBar;
using System.Drawing.Drawing2D;
using System.Windows.Forms.DataVisualization.Charting;
using System.Windows.Forms;
using WinFormsSliderBar;
public static class ControlHelper
{
@@ -87,7 +86,7 @@ public static class ControlHelper
}
var sl = control as Slider;
if (sl != null)
if (sl != null)
{
sl.borderColor = RForm.buttonMain;
}