| | |
| | | Application.HideSoftInput(); |
| | | }; |
| | | pm = new HttpServerRequest(); |
| | | |
| | | BaseActivity.HideKeyboardEvent = () => { |
| | | Application.RunOnMainThread(() => |
| | | { |
| | | this.Y = 0; |
| | | }); |
| | | }; |
| | | } |
| | | |
| | | public override void RemoveFromParent() |
| | |
| | | waitPage.RemoveFromParent(); |
| | | waitPage = null; |
| | | } |
| | | |
| | | |
| | | BaseActivity.HideKeyboardEvent = () => { |
| | | |
| | | }; |
| | | |
| | | base.RemoveFromParent(); |
| | | |
| | |
| | | UnSelectedImagePath = "Public/Logo-bg.png" |
| | | }; |
| | | bodyView.AddChidren(btnIcon_bg); |
| | | btnIcon_bg.MouseDownEventHandler += (sender, e) => { |
| | | Application.HideSoftInput(); |
| | | }; |
| | | |
| | | #if DEBUG |
| | | btnIcon_bg.MouseUpEventHandler += (sender, e) => |