Esempio n. 1
0
 public ToyDuck()
 {
     this._context = new StrategyContext();
 }
Esempio n. 2
0
 public YellowDuck()
 {
     this._context = new StrategyContext();
 }