| | |
| | | |
| | | public void LoadPage() |
| | | { |
| | | if (OnAppConfig.Instance.unlockTime.AddSeconds(60) > DateTime.Now || OnAppConfig.Instance.appUnlockPasswrod == "" || OnAppConfig.Instance.appUnlockPage.Count == 0) |
| | | { |
| | | return; |
| | | } |
| | | LoadOption(); |
| | | } |
| | | |
| | |
| | | /// </summary> |
| | | public void LoadGesturePage(string optionType, Action fingerAction) |
| | | { |
| | | //Dialog dialog = new Dialog(); |
| | | |
| | | if (optionType == "7") |
| | | { |
| | | if (OnAppConfig.Instance.unlockTime.AddSeconds(60) > DateTime.Now || OnAppConfig.Instance.appUnlockPasswrod == "" || OnAppConfig.Instance.appUnlockPage.Count == 0) |
| | | { |
| | | return; |
| | | } |
| | | } |
| | | var bodyView = new FrameLayout() |
| | | { |
| | | BackgroundColor = CSS.CSS_Color.MainBackgroundColor |