gxc
2019-11-26 2294816f28804660a441038b5cc89921703f4f41
ZigbeeApp/Shared/Phone/Device/Light/OnOffControl.cs
@@ -70,6 +70,10 @@
        /// </summary>
        private Button OffBtn;
        /// <summary>
        /// IsDrawerLockMode
        /// </summary>
        public bool IsDrawerLockMode;
        #endregion
        #region ◆ 接口__________________________
@@ -191,6 +195,10 @@
            //action();
            //action = null;
            RemoveUpdateControlDeviceStatuAction();
            if (IsDrawerLockMode)
            {
                CommonPage.Instance.IsDrawerLockMode = false;
            }
            base.RemoveFromParent();
        }