Ejemplo n.º 1
0
 public CodingStateMachine(SMModel model)
 {
     this.currentState = SMModel.START;
     this.model        = model;
 }
 public CodingStateMachine(SMModel model)
 {
     this.currentState = SMModel.START;
     this.model = model;
 }