| | |
| | | bodyView.BackgroundColor = CSS_Color.BackgroundColor; |
| | | new TopViewDiv(bodyView, Language.StringByID(StringId.CombinedDimming)).LoadTopView(); |
| | | |
| | | |
| | | |
| | | var contentView = new VerticalScrolViewLayout() |
| | | contentView = new VerticalScrolViewLayout() |
| | | { |
| | | Y = Application.GetRealHeight(64), |
| | | Height = Application.GetRealHeight(667 - 64), |
| | |
| | | /// </summary> |
| | | void LoadMethod_AllElection() |
| | | { |
| | | btnAllRoomText.MouseUpEventHandler += (sender, e) => |
| | | btnAllRoomText.MouseUpEventHandler = (sender, e) => |
| | | { |
| | | try |
| | | { |
| | | btnChooseAll.IsSelected = !btnChooseAll.IsSelected; |
| | | |
| | |
| | | } |
| | | } |
| | | } |
| | | }catch(Exception ex) |
| | | { |
| | | MainPage.Log($"GroupChooseRoom 全选按钮事件 error : {ex.Message}"); |
| | | Application.RunOnMainThread(() => { |
| | | this.RemoveFromParent(); |
| | | }); |
| | | } |
| | | }; |
| | | } |
| | | |