예제 #1
0
 public DecoratorMark(IGraphicVehicleComponent component) : base(component)
 {
 }
예제 #2
0
 public Decorator(IGraphicVehicleComponent component) => this.component = component;