Exemple #1
0
 public DecoratorB(Tank tank) : base(tank)
 {
 }
Exemple #2
0
 public Decorator(Tank tank)
 {
     this.tank = tank;
 }