wxr
2024-01-03 43c70fc6de6ac0710c5e89b591c2d141c4e1ff93
HDL_ON/UI/UI2/FuntionControlView/Electrical/FanPageBLL.cs
@@ -62,7 +62,7 @@
        {
            btnSwitchIcon.MouseUpEventHandler += (sender, e) =>
            {
                if (!function.online)
                if (!function.isOnline())
                {
                    new Tip()
                    {
@@ -86,7 +86,7 @@
            };
            btnSwitch.MouseUpEventHandler += (sender, e) =>
            {
                if (!function.online)
                if (!function.isOnline())
                {
                    new Tip()
                    {
@@ -108,7 +108,7 @@
                { IsBackground = true }.Start();
            };
            if (function.online)
            if (function.isOnline())
            {
                barGradualChange.OnStopTrackingTouchEvent = (sender, e) =>
                {