wjc
2023-03-06 462c27c1d2618db2fa383a094afeeb0f8622fdee
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()
@@ -75,6 +78,7 @@
            };
            bodyView.AddChidren(functionListView);
            foreach (var function in room.GetRoomFunctions(false))
            {
                if (MainPage.RoomNotSupportFunctionList.Contains( function.spk))