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