}     //private void Seguridad

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

            ExportFVentas.CnO = CnO;
            ExportFVentas.Show();
        }
        private void button6_Click(object sender, EventArgs e)
        {//Exportar a Contaplus facturas de 8000
            string gIdent = this.GetType().FullName + " " + System.Reflection.MethodBase.GetCurrentMethod().Name;

            GloblaVar.TeMp = "EXPORTACIÓN FACTURAS DE 8000";
            frmEXPORT_CPLUS_FraPro ExportFVentas = new frmEXPORT_CPLUS_FraPro();

            ExportFVentas.CnO  = GloblaVar.gConRem;
            ExportFVentas.Tipo = "8000_Resumen";
            ExportFVentas.Show();
        }