コード例 #1
0
 public void AlgoTwo()
 {
     _currentState.AlgorithmB();
     Console.WriteLine(_currentState.GetType().ToString());
 }