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