Пример #1
0
        private void modifierToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FichePatient fichePatient = new FichePatient(this, dataGridView1.CurrentRow.Cells[0].Value.ToString(), 2);

            fichePatient.ShowDialog();
        }
Пример #2
0
        private void toolStripButton1_Click(object sender, EventArgs e)
        {
            FichePatient fichePatient = new FichePatient(this);

            fichePatient.ShowDialog();
        }