111
wei
2020-12-16 35a2888945bcf1b7ef6f34d30f1709b9c848fce6
HDL_ON/UI/UI2/FuntionControlView/Curtain/RollingShutterPage.cs
@@ -218,8 +218,12 @@
            controlView.AddChidren(btnCurtainOpen);
            LoadEventList();
            new TopViewDiv(bodyView, curtain.name).LoadTopView_FunctionTop(curtain, actionRefresh);
            new TopViewDiv(bodyView, Language.StringByID(StringId.Curtain)).LoadTopView_FunctionTop(curtain, actionRefresh);
            new System.Threading.Thread(() =>
            {
                DriverLayer.Control.Ins.SendReadCommand(curtain);
            })
            { IsBackground = true }.Start();
        }
    }
}