private void button3_Click(object sender, EventArgs e)
        {
            string gIdent = this.GetType().FullName + " " + System.Reflection.MethodBase.GetCurrentMethod().Name;

            GloblaVar.TeMp = "EXPORTACIÓN COBROS PROPIOS";
            frmEXPORT_CPLUS_FraORE ExportFOremape = new frmEXPORT_CPLUS_FraORE();

            ExportFOremape.Show();
        }
        private void button2_Click(object sender, EventArgs e)
        {
            string gIdent = this.GetType().FullName + " " + System.Reflection.MethodBase.GetCurrentMethod().Name;
            frmEXPORT_CPLUS_FraORE ExportFOremape = new frmEXPORT_CPLUS_FraORE();

            GloblaVar.TeMp     = "EXPORTACIÓN FACTURAS DE OREMAPE";
            ExportFOremape.CnO = CnO;
            ExportFOremape.Show();
        }