File was renamed from ZigbeeApp/Shared/Phone/Device/Account/AccountForgetPWD.cs |
| | |
| | | using Shared.Common; |
| | | using Shared.Phone.Device.CommonForm; |
| | | |
| | | namespace Shared.Phone.Device.Account |
| | | namespace Shared.Phone.Login |
| | | { |
| | | public class AccountForgetPWD : 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.ForgotPWD)); |