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