| | |
| | | using HDL_ON.Entity; |
| | | using Shared; |
| | | |
| | | #if __IOS__ |
| | | using UIKit; |
| | | using Foundation; |
| | | #endif |
| | | |
| | | namespace HDL_ON.UI |
| | | { |
| | | public partial class PersonalDataPage |
| | |
| | | MainPage.BasePageView.AddChidren(aep); |
| | | aep.LoadPage(); |
| | | MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; |
| | | |
| | | }; |
| | | _QRcodeView.MouseUpEventHandler = eventHandler; |
| | | btnQRcode.MouseUpEventHandler = eventHandler; |
| | |
| | | { |
| | | |
| | | btnUserEmailInfo.Text = GetBindAccountText(email); |
| | | |
| | | }; |
| | | |
| | | if (CheckIfUnbound(btnUserEmailInfo.Text)) |
| | |
| | | Action<string> action = (phone) => |
| | | { |
| | | btnUserPhoneInfo.Text = GetBindAccountText(phone); |
| | | |
| | | }; |
| | | |
| | | if (CheckIfUnbound(btnUserPhoneInfo.Text)) |
| | |
| | | aep.LoadPage(action, 2, StringId.PhoneInfo); |
| | | MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; |
| | | } |
| | | |
| | | |
| | | }; |
| | | btnUserPhoneInfo.MouseUpEventHandler = eventHandler; |