コード例 #1
0
ファイル: State.cs プロジェクト: marsxn/college-programming
 // Constructor
 public Printer(PrinterState state)
 {
     this.State = state;
 }
コード例 #2
0
 // Constructor
 public Printer(PrinterState state)
 {
     this.State = state;
 }