| | |
| | | btnLogin.MouseUpEventHandler = (sender,e) =>{ |
| | | if (btnLogin.IsSelected) |
| | | { |
| | | var tipMsg = "*您当前正在注销账户,注销完成后,您在On Pro App的所有数据均会被删除,请谨慎操作。"; |
| | | var tipMsg = "*您当前正在注销账户,注销完成后,您在《荣悦智能》 App的所有数据均会被删除,请谨慎操作。"; |
| | | Action action = () => { |
| | | var loading = new Loading(); |
| | | this.AddChidren(loading); |
| | |
| | | |
| | | var textView = new Button() |
| | | { |
| | | Y = Application.GetRealHeight(64), |
| | | Y = Application.GetRealHeight(74), |
| | | Height = Application.GetRealHeight(150), |
| | | Padding = new Padding( Application.GetRealWidth(16), Application.GetRealWidth(16), Application.GetRealWidth(16), Application.GetRealWidth(16)), |
| | | IsMoreLines = true, |