Esempio n. 1
0
 private void OKButton_Click(object sender, RoutedEventArgs e)
 {
     if (!string.IsNullOrWhiteSpace(NewPassword) && !string.IsNullOrWhiteSpace(UserName))
     {
         _client.ChangePasswordAsync(UserName, NewPassword, userIserial);
     }
 }