예제 #1
0
파일: Strategy.cs 프로젝트: AntyaDev/Talks
 public void ExecuteOperation(int[] array)
 {
     _strategy.Algorithm(array);
 }