| | |
| | | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using HDL_ON.Entity; |
| | | using HDL_ON.UI.CSS; |
| | | using Shared; |
| | |
| | | |
| | | #endregion |
| | | |
| | | public override void RemoveFromParent() |
| | | { |
| | | base.RemoveFromParent(); |
| | | bodyView = null; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | |
| | | { |
| | | if (bodyView != null) |
| | | { |
| | | bodyView.RemoveAll(); |
| | | LoadPage(); |
| | | try |
| | | { |
| | | bodyView.RemoveAll(); |
| | | LoadPage(); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | MainPage.Log($"RoomPage ReloadPage error :\r\n {ex.Message}"); |
| | | } |
| | | } |
| | | } |
| | | |
| | |
| | | |
| | | var list = room.GetRoomFunctions(false); |
| | | |
| | | |
| | | foreach (var function in list) |
| | | { |
| | | if (MainPage.RoomNotSupportFunctionList.Contains(function.spk)) |