Exemple #1
0
 private void butOK_Click(object sender, EventArgs e)
 {
     DialogResult = DialogResult.OK;
     viewModel.UserWantsToSave();
 }