示例#1
0
 private void OnGoogleLogout()
 {
     _googleService?.Logout();
     IsLogedIn = false;
 }