Ejemplo n.º 1
0
 public CodingStateMachine(SMModel sm)
 {
     mCurrentState = SMState.Start;
     mModel = sm;
 }
Ejemplo n.º 2
0
 public CodingStateMachine(SMModel model)
 {
     this.currentState = SMModel.START;
     this.model        = model;
 }
Ejemplo n.º 3
0
 public CodingStateMachine(SMModel sm)
 {
     mCurrentState = SMState.Start;
     mModel        = sm;
 }