Example #1
0
        private void doctoresToolStripMenuItem_Click(object sender, EventArgs e)
        {
            PantallaDoctor doctor = new PantallaDoctor();

            doctor.MdiParent = this;
            doctor.Show();
        }
Example #2
0
 private void btnDoctor_Click(object sender, EventArgs e)
 {
     _pantallaDoctor.Show();
 }