예제 #1
0
 public void SetCurrentState(LineBotState state)
 {
     _currentState = state;
     _currentState.SetLineBot(this);
 }
예제 #2
0
 public void SetLastState(LineBotState state)
 {
     _lastState = state;
 }