Exemplo n.º 1
0
        private void menuItemPatientsList_Click(object sender, EventArgs e)
        {
            var patientsForm = new PatientsForm();

            patientsForm.ShowDialog();
        }
Exemplo n.º 2
0
        private void OnPatientsButtonClicked(object sender, EventArgs e)
        {
            var patientsForm = new PatientsForm();

            patientsForm.Show();
        }