コード例 #1
0
ファイル: StatePattern.cs プロジェクト: preiius/StateMachine
 public void Close()
 {
     _state.Close(this);
 }