Ejemplo n.º 1
0
 private void toolStripButton1_Click(object sender, EventArgs e)
 {
     frmImportacion imp = new frmImportacion();
     imp.MdiParent = this;
     //imp.Show();
     OpenSubForm(imp);
 }
Ejemplo n.º 2
0
 private void ToolImportaciones_Click(object sender, EventArgs e)
 {
     frmImportacion imp = new frmImportacion();
     imp.MdiParent = this;
     OpenSubForm(imp);
 }