File was renamed from ZigbeeApp/Shared/Phone/Device/Account/AccountRegister.cs |
| | |
| | | using Shared.Common; |
| | | using Shared.Phone.Device.CommonForm; |
| | | |
| | | namespace Shared.Phone.Device.Account |
| | | namespace Shared.Phone.Login |
| | | { |
| | | public class AccountRegister : FrameLayout |
| | | { |
| | |
| | | /// </summary> |
| | | private void AddTopFL() |
| | | { |
| | | var top = new CommonForm.TopFrameLayout(); |
| | | var top = new Device.CommonForm.TopFrameLayout(); |
| | | AddChidren(top); |
| | | top.InitTopview(); |
| | | top.SetTopTitle(Language.StringByID(R.MyInternationalizationString.Register)); |
| | |
| | | var stateCodeStr = requestRevertObj.StateCode.ToUpper(); |
| | | if (stateCodeStr == "SUCCESS") |
| | | { |
| | | var registerSuccess = new Account.AccountRegisterSuccess(); |
| | | var registerSuccess = new AccountRegisterSuccess(); |
| | | CommonPage.Instance.AddChidren(registerSuccess); |
| | | registerSuccess.Show(account, pwdRow.PasswrodET.Text.Trim(), OpenID); |
| | | } |