Beispiel #1
0
        private void medidasToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmCRUDMedidas frmMedidas = new frmCRUDMedidas();

            frmMedidas.MdiParent = this;
            frmMedidas.Show();
        }
 private void medidasToolStripMenuItem_Click(object sender, EventArgs e)
 {
     frmCRUDMedidas frmMedidas = new frmCRUDMedidas();
     frmMedidas.MdiParent = this;
     frmMedidas.Show();
 }