gxc
2019-10-18 d569f44a62fa915d4f01a80c21e617f676b6c5ea
ZigbeeApp/Shared/Phone/UserCenter/DeviceShard/ShardDeviceEpointInfoForm.cs
@@ -73,7 +73,8 @@
        /// </summary>
        public void InitMiddleFrame()
        {
            this.bodyFrameLayout.RemoveAll();
            //清空bodyFrame
            this.ClearBodyFrame();
            //房间
            List<string> listRoomName = Common.Room.CurrentRoom.GetRoomListNameByDevice(this.newDevice);
@@ -218,5 +219,18 @@
        }
        #endregion
        #region ■ 关闭界面___________________________
        /// <summary>
        /// 画面关闭
        /// </summary>
        public override void CloseForm()
        {
            this.ActionNameChangedEvent = null;
            base.CloseForm();
        }
        #endregion
    }
}