| | |
| | | |
| | | public void InitView_PreRelease() |
| | | { |
| | | new TopViewDiv(bodyView, Language.StringByID(StringId.CancelAccount)).LoadTopView(CSS_Color.MainBackgroundColor); |
| | | var topView = new TopViewDiv(bodyView, Language.StringByID(StringId.CancelAccount)); |
| | | topView.maginY = 10; |
| | | topView.LoadTopView(CSS_Color.MainBackgroundColor); |
| | | |
| | | bodyView.BackgroundColor = CSS_Color.BackgroundColor; |
| | | |
| | | var textView = new Button() |
| | |
| | | btnLogin.MouseUpEventHandler = (sender,e) =>{ |
| | | if (btnLogin.IsSelected) |
| | | { |
| | | var tipMsg = "*您当前正在注销账户,注销完成后,您在On Pro App的所有数据均会被删除,请谨慎操作。"; |
| | | var tipMsg = "*您当前正在注销账户,注销完成后,您在App的所有数据均会被删除,请谨慎操作。"; |
| | | Action action = () => { |
| | | var loading = new Loading(); |
| | | this.AddChidren(loading); |