派生自 ~wxr/HDL_APP_Project
HDL_ON/UI/UI0-Public/AppUnlockPage.cs @@ -10,6 +10,10 @@ DateTime unlockTime = DateTime.MinValue; void LoadOption() { if(MainPage.LoginUser == null) { return; } Action action = () => { unlockTime = DateTime.Now; };