コード例 #1
0
 private void Logout()
 {
     this.LoggedInUser = null;
     _authCreds.Logout();
 }