wei
2020-12-19 c5a873df96e4a797426e4dd5eafe5b43f7aea564
HDL_ON/UI/UI2/FuntionControlView/Electrical/FanPage.cs
old mode 100644 new mode 100755
@@ -174,7 +174,11 @@
            LoadEventList();
            new TopViewDiv(bodyView, Language.StringByID(StringId.Fan)).LoadTopView_FunctionTop(fan, actionRefresh);
            new System.Threading.Thread(() =>
            {
                DriverLayer.Control.Ins.SendReadCommand(fan);
            })
            { IsBackground = true }.Start();
        }
    }