Exemple #1
0
 public CarSampleClass(SampleCarsEnumMaker maker, SampleCarsEnumColor color, int horsePower)
 {
     this.maker      = maker;
     this.color      = color;
     this.horsePower = horsePower;
 }
 public CarSampleClass(SampleCarsEnumMaker maker, SampleCarsEnumColor color, int horsePower)
 {
     this.maker = maker;
     this.color = color;
     this.horsePower = horsePower;
 }