wei
2020-12-17 e0f82803cc4d5da961e03029018c440126f3acd5
HDL_ON/UI/UI2/FuntionControlView/Curtain/CurtainModulePage.cs
@@ -161,6 +161,11 @@
            LoadEventList();
            new TopViewDiv(bodyView,Language.StringByID(StringId.Curtain)).LoadTopView_FunctionTop(curtain, actionRefresh);
            new System.Threading.Thread(() =>
            {
                DriverLayer.Control.Ins.SendReadCommand(curtain);
            })
            { IsBackground = true }.Start();
        }
    }