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

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

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