Example #1
0
 private void ResetPassword()
 {
     Password = string.Empty;
     PasswordReset?.Invoke(this, null);
 }