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