wxr
2023-07-29 166c81e63cd1d0a1649823e4299daeaaf1ea0987
HDL_ON/UI/UI2/2-Classification/RoomPage.cs
@@ -36,6 +36,12 @@
        #endregion
        public override void RemoveFromParent()
        {
            base.RemoveFromParent();
            bodyView = null;
        }
        /// <summary>
        /// 
        /// </summary>
@@ -67,7 +73,8 @@
                {
                    bodyView.RemoveAll();
                    LoadPage();
                }catch (Exception ex)
                }
                catch (Exception ex)
                {
                    MainPage.Log($"RoomPage ReloadPage error :\r\n {ex.Message}");
                }