Beispiel #1
0
        private void btnGenerarRecibo_Click(object sender, EventArgs e)
        {
            gstFrmGenerarFormatoRecibo frmGA = new gstFrmGenerarFormatoRecibo();

            frmGA.MdiParent     = this.MdiParent;
            frmGA.StartPosition = FormStartPosition.CenterScreen;
            frmGA.Show();
        }
Beispiel #2
0
        private void btnGenerarFormatoRecibo_Click(object sender, EventArgs e)
        {
            gstFrmGenerarFormatoRecibo frmGFR = new gstFrmGenerarFormatoRecibo();

            frmGFR.MdiParent     = this.MdiParent;
            frmGFR.StartPosition = FormStartPosition.CenterParent;
            frmGFR.Show();
            pnlRecibo.Hide();
        }