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