| | |
| | | using System; |
| | | using Shared; |
| | | using HDL_ON.UI.CSS; |
| | | using Xamarin.Essentials; |
| | | using HDL_ON.DAL.Server; |
| | | |
| | | namespace HDL_ON.UI |
| | |
| | | btnLogin.MouseUpEventHandler = (sender,e) =>{ |
| | | if (btnLogin.IsSelected) |
| | | { |
| | | var tipMsg = "*您当前正在注销账户,注销完成后,您在On Pro App的所有数据均会被删除,请谨慎操作。"; |
| | | var tipMsg = "*您当前正在注销账户,注销完成后,您在《荣悦智能》 App的所有数据均会被删除,请谨慎操作。"; |
| | | Action action = () => { |
| | | var loading = new Loading(); |
| | | this.AddChidren(loading); |
| | |
| | | |
| | | EventHandler<MouseEventArgs> eventHandler = (sender, e) => |
| | | { |
| | | PhoneDialer.Open(Constant.SUPPORT_TELEPHONENUMBER); |
| | | }; |
| | | |
| | | phoneRow.MouseUpEventHandler = eventHandler; |
| | |
| | | /// <param name="text"></param> |
| | | void CopyToClipboard(string text) |
| | | { |
| | | Clipboard.SetTextAsync(text); |
| | | Utlis.ShowTip(text + "\n" + Language.StringByID(StringId.CopySuccess)); |
| | | } |
| | | |
| | | |