コード例 #1
0
 public CodingStateMachine(SMModel model)
 {
     this.model        = model;
     this.currentState = SMModel.START;
 }
コード例 #2
0
 public CodingStateMachine(SMModel model)
 {
     this.model = model;
     this.currentState = SMModel.START;
 }