Exemplo n.º 1
0
 public State GetState(State currentState)
 {
     return(LogicManager.ProcessDigit(currentState, 2));
 }