Ejemplo n.º 1
0
 public void SetCurrentState(LineBotState state)
 {
     _currentState = state;
     _currentState.SetLineBot(this);
 }
Ejemplo n.º 2
0
 public void SetLastState(LineBotState state)
 {
     _lastState = state;
 }