Example #1
0
 public void CallAlgorithm(IStraegy S)
 {
     Console.WriteLine("Name:{0}", Straegy.Algorithm());
 }
Example #2
0
 public void CallAlgorithm(IStraegy st)
 {
     st.Algorithm();
 }