private void btnGenerarRecibo_Click(object sender, EventArgs e) { gstFrmGenerarFormatoRecibo frmGA = new gstFrmGenerarFormatoRecibo(); frmGA.MdiParent = this.MdiParent; frmGA.StartPosition = FormStartPosition.CenterScreen; frmGA.Show(); }
private void btnGenerarFormatoRecibo_Click(object sender, EventArgs e) { gstFrmGenerarFormatoRecibo frmGFR = new gstFrmGenerarFormatoRecibo(); frmGFR.MdiParent = this.MdiParent; frmGFR.StartPosition = FormStartPosition.CenterParent; frmGFR.Show(); pnlRecibo.Hide(); }