Exemplo n.º 1
0
        private void LockApplicationHost_Unlocking(LockApplicationHost sender, LockScreenUnlockingEventArgs args)
        {
            LockScreenUnlockingDeferral deferral = args.GetDeferral();

            deferral.Complete();
        }
Exemplo n.º 2
0
 private void LockHost_Unlocking(LockApplicationHost sender, LockScreenUnlockingEventArgs args)
 {
     // save any unsaved work and gracefully exit the app
     Logging.SingleInstance.LogMessage("LockHost_Unlocking");
 }