Example #1
0
 public void SetStrategy(StrategyBase strategy)
 {
     this.strategy = strategy;
 }
 public void SetStrategy(StrategyBase strategy)
 {
     this.strategy = strategy;
 }
Example #3
0
 public StrategyContext(StrategyBase defaultStrategy)
 {
     this.strategy = defaultStrategy;
 }
 public StrategyContext(StrategyBase defaultStrategy)
 {
     this.strategy = defaultStrategy;
 }