Example #1
0
 public eventos(bool ativa)
 {
     RequestStop(false);
     instrucao = new instrucaol();
     modoPdv(ativa);
 }
Example #2
0
 public eventos()
 {
     RequestStop(false);
     instrucao = new instrucaol();
 }