private void seguridadSocialToolStripMenuItem_Click(object sender, EventArgs e) { RptAnticiposTrabajadores frm = new RptAnticiposTrabajadores(); frm.MdiParent = this; frm.Show(); }
private void toolStripButton1_Click(object sender, EventArgs e) { RptAnticiposTrabajadores frm = new RptAnticiposTrabajadores(); frm.MdiParent = this.MdiParent; frm.Show(); }