黄学彪
2020-12-17 6c0c799c1f5da2d215ec8d9df9b92b3d1948dc14
HDL_ON/UI/UI2/FuntionControlView/Curtain/CurtainModulePageBLL.cs
old mode 100644 new mode 100755
@@ -52,7 +52,7 @@
            actionRefresh = () => {
                btnFunctionName.Text = btnFunctionName_Out.Text = curtain.name;
                btnFromFloor_Out.Text = btnFromFoorAndRoom.Text = curtain.GetRoomListName();
                curtain.SaveFunctionData();
                //curtain.SaveFunctionData(true);
            };
            UpdataState(curtain);
        }
@@ -62,8 +62,8 @@
        void LoadCollectionEvent()
        {
            btnCollection.MouseUpEventHandler += (sender, e) => {
                btnCollection.IsSelected = curtain.collection = btnCollection_Out.IsSelected = !btnCollection.IsSelected;
                curtain.SaveFunctionData();
                btnCollection.IsSelected = curtain.collect = btnCollection_Out.IsSelected = !btnCollection.IsSelected;
                curtain.SaveFunctionData(true);
            };
        }