Example #1
0
        private void presentacionesToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmCRUDPresentaciones frmPresentaciones = new frmCRUDPresentaciones();

            frmPresentaciones.MdiParent = this;
            frmPresentaciones.Show();
        }
 private void presentacionesToolStripMenuItem_Click(object sender, EventArgs e)
 {
     frmCRUDPresentaciones frmPresentaciones = new frmCRUDPresentaciones();
     frmPresentaciones.MdiParent = this;
     frmPresentaciones.Show();
 }