Example #1
0
        void toolReporteZ_Click(object sender, EventArgs e)
        {
            FiscalBixolon f = new FiscalBixolon();

            f.ReporteZ();
            f = null;
        }
Example #2
0
        void toolReporteZ_Click(object sender, EventArgs e)
        {
            this.ImpresoraEnUso = true;
            FiscalBixolon f = new FiscalBixolon();

            f.ReporteZ();
            f = null;
            this.ImpresoraEnUso = false;
        }