wjc
2022-03-11 80695b0cf6ab7d382d1e35178b89e82d5efbdb89
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()