Exemplo n.º 1
0
 // Constructor
 public Printer(PrinterState state)
 {
     this.State = state;
 }
Exemplo n.º 2
0
 // Constructor
 public Printer(PrinterState state)
 {
     this.State = state;
 }