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