| | |
| | | /// </summary> |
| | | private System.Collections.Generic.List<CommonDevice> localDeviceList = new System.Collections.Generic.List<CommonDevice>(); |
| | | /// <summary> |
| | | /// 本地场景列表 |
| | | /// 本地场景列表 |
| | | /// </summary> |
| | | private System.Collections.Generic.List<SceneUI> scList = new System.Collections.Generic.List<SceneUI> { }; |
| | | /// <summary> |
| | |
| | | } |
| | | currentKey.ReSave(); |
| | | } |
| | | #endregion |
| | | #endregion |
| | | Application.RunOnMainThread(() => |
| | | { |
| | | RefreshList(); |
| | |
| | | } |
| | | /// <summary> |
| | | /// 按键绑定表显示 |
| | | /// </summary> |
| | | /// </summary> |
| | | async void RefreshList() |
| | | { |
| | | midVerticalRefreshLayout.RemoveAll(); |
| | | this.midFrameLayout.RemoveAll(); |
| | | middleFrameLayout(); |
| | | #region 数据处理 |
| | | #region 数据处理 |
| | | if (currentKey.bindList.Count == 0) |
| | | { |
| | | entryStatusPic.Height = Application.GetRealHeight(556); |
| | |
| | | } |
| | | } |
| | | } |
| | | |