Exemple #1
0
        private void tsbDoctor_Click(object sender, EventArgs e)
        {
            DoctorForm DocF = new DoctorForm();

            DocF.ShowDialog();
        }