陈嘉乐
2020-07-31 52e317b95d830f8cd1156b403ff5a34fb8f9bccb
HDL_ON/UI/UI2/FuntionControlView/Light/RGBPageBLL.cs
@@ -154,7 +154,7 @@
        {
            btnRestoredPoint.MouseUpEventHandler = (sender, e) =>
            {
                light.color = "255255255";
                light.color = 0xFFFFFF;
                btnCurColor.BackgroundColor = 0xFFFFFFFF;
                Control.Send(CommandType_A.write, this.light);
            };