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

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

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