wxr
2023-07-10 46a03f3b19b39cfa6e00b7af41c1ef90ae812e26
HDL_ON/UI/UI2/2-Classification/RoomPage.cs
@@ -62,8 +62,14 @@
        {
            if (bodyView != null)
            {
                bodyView.RemoveAll();
                LoadPage();
                try
                {
                    bodyView.RemoveAll();
                    LoadPage();
                }catch (Exception ex)
                {
                    MainPage.Log($"RoomPage ReloadPage error :\r\n {ex.Message}");
                }
            }
        }