Exemplo n.º 1
0
 public Printers(GateSettings settings)
 {
     this.settings = settings;
 }
Exemplo n.º 2
0
 public Gate(GateSettings settings)
 {
     this.settings = settings;
     printers      = new Printers();
 }