Ejemplo n.º 1
0
 private void Action_ChangePassword(object sender, EventArgs e)
 {
     SafeExecutionContext.Execute(this, () =>
     {
         var changePasswordForm = new FrmChangePassword(this.credential);
         changePasswordForm.ShowDialog();
     });
 }
Ejemplo n.º 2
0
 private void Action_ChangePassword(object sender, EventArgs e)
 {
     SafeExecutionContext.Execute(this, () =>
     {
         var changePasswordForm = new FrmChangePassword(this.credential);
         changePasswordForm.ShowDialog();
     });
 }