Example #1
0
 public void SetStrategy(IParallelFindAsync strategy)
 {
     find      = null;
     asyncFind = strategy;
 }
Example #2
0
 public Finder(IParallelFindAsync strategy)
 {
     find      = null;
     asyncFind = strategy;
 }