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 } }