Ejemplo n.º 1
0
        private void найтиЧеловекаИИзменитьДанныеToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form selectPerson = new SelectPerson(doctor.Id, 0);

            selectPerson.ShowDialog();
        }
Ejemplo n.º 2
0
        private void пациентыToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form selectPerson = new SelectPerson(doctor.Id, 1);

            selectPerson.ShowDialog();
        }