Ejemplo n.º 1
0
 private void toolStripButton2_Click(object sender, EventArgs e)
 {
     FrmExportacion EXP = new FrmExportacion();
     EXP.MdiParent = this;
     OpenSubForm(EXP);
 }
Ejemplo n.º 2
0
 private void ToolExportación_Click(object sender, EventArgs e)
 {
     FrmExportacion EXP = new FrmExportacion();
     EXP.MdiParent = this;
     OpenSubForm(EXP);
 }