コード例 #1
0
 // Constructor
 public Context(State state)
 {
     this.State = state;
 }