HDL_ON/UI/UI2/2-Classification/RoomPage.cs
@@ -23,9 +23,14 @@
        static Room room;
        Action skipEditPageAction;
        Action ReloadRoomName;
        /// <summary>
        /// 删除房间事件
        /// </summary>
        Action deleteAction;
        #endregion
        public RoomPage(Room r,Action rrn)
        public RoomPage(Room r, Action rrn, Action delAction)
        {
            bodyView = this;
            room = r;
@@ -34,6 +39,7 @@
                LoadEvent_SkipEditRoomPage();
            };
            ReloadRoomName = rrn;
            deleteAction = delAction;
        }
        /// <summary>
        /// 重载界面