コード例 #1
0
 public Customer(Cars cars)
     : base(cars)
 {
 }
コード例 #2
0
 public Decorator(Cars cars)
 {
     this.cars = cars;
 }