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

            doctor.MdiParent = this;
            doctor.Show();
        }
Example #2
0
 public PanelControl()
 {
     InitializeComponent();
     _pantallaDoctor = new PantallaDoctor();
 }