| | |
| | | public partial class AppUnlockPasswordPage : FrameLayout |
| | | { |
| | | FrameLayout bodyView; |
| | | EditText etPassword; |
| | | |
| | | string passwrod = ""; |
| | | string oldPasswrod = ""; |
| | |
| | | oldPasswrod = pw; |
| | | backAction = action; |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// |
| | |
| | | bodyView.AddChidren(btnTipError); |
| | | |
| | | |
| | | var etPassword = new EditText() |
| | | etPassword = new EditText() |
| | | { |
| | | Y = Application.GetRealWidth(100), |
| | | Height = Application.GetRealWidth(0), |
| | |
| | | { |
| | | if (passwrod == oldPasswrod) |
| | | { |
| | | //MainPage.BasePageView.GetChildren(MainPage.BasePageView.ChildrenCount - 1).RemoveFromParent(); |
| | | this.RemoveFromParent(); |
| | | backAction(); |
| | | return; |