示例#1
0
        private void ButtonSave_Click(object sender, EventArgs e)
        {
            _viewModel.SaveDoctor(_comboBoxSpecialization.SelectedItem);

            _textBoxFirstName.Text  = String.Empty;
            _textBoxLastName.Text   = String.Empty;
            _textBoxMiddleName.Text = String.Empty;
            _textBoxLastName.Focus();
        }