wei
2020-12-19 ecbf9d722cf59efe93cf60ee47e8782eca18eca6
HDL_ON/UI/UI2/FuntionControlView/Curtain/RollingShutterPage.cs
old mode 100644 new mode 100755
@@ -224,7 +224,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();
        }
    }
}