예제 #1
0
 public PrototypeColor from(VehicleColor objectFrom)
 {
     VehicleColor = new VehicleColor
     {
         Color = objectFrom.Color
     };
     return(this);
 }
예제 #2
0
 public PrototypeColor()
 {
     VehicleColor = new VehicleColor();
 }