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