コード例 #1
0
ファイル: Strategy.cs プロジェクト: AntyaDev/Talks
 public void ExecuteOperation(int[] array)
 {
     _strategy.Algorithm(array);
 }