コード例 #1
0
        public LoginPageViewModel()
        {
            // Ensure that the access token is cleared upon arrival
            KryptPadApi.SignOutAsync();

            (App.Current as App).SignInStatus = SignInStatus.SignedOut;

            // Register commands
            RegisterCommands();
        }