WJC
2019-11-04 e5f993f52e09eb46878baced83bb8492f147d41c
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
    }
}