Exemple #1
0
 // Constructor
 public Printer(PrinterState state)
 {
     this.State = state;
 }
Exemple #2
0
 // Constructor
 public Printer(PrinterState state)
 {
     this.State = state;
 }