Exemplo n.º 1
0
        private void btnLeituraInfo_Click(object sender, EventArgs e)
        {
            if (!btnSerial.Enabled)
            {
                ToogleActivate();
            }

            txtImpressao.AppendLine(posPrinter.LerInfoImpressora());
        }