wxr
2023-01-11 6b1887c73b48211f5d02fdad9b4b17d9b81cd0b8
HDL_ON/UI/UI2/2-Classification/RoomPage.cs
@@ -12,7 +12,7 @@
        /// <summary>
        /// 当前窗体
        /// </summary>
        static FrameLayout bodyView;
        public static RoomPage bodyView;
        /// <summary>
        /// 功能列表集合显示区域
        /// </summary>
@@ -56,10 +56,13 @@
        /// <summary>
        /// 重载界面
        /// </summary>
        void ReLoadPage()
        public void ReLoadPage()
        {
            bodyView.RemoveAll();
            LoadPage();
            if (bodyView != null)
            {
                bodyView.RemoveAll();
                LoadPage();
            }
        }
        public void LoadPage()