Beispiel #1
0
 /// <summary>
 /// Execute current strategy
 /// </summary>
 public void Execute()
 {
     strategy.Execute();
 }