コード例 #1
0
 public FC(Dimensions d, string color, double weight, int prise, string producingCountry, string title,
           double percent, int noiseLevel, int numberOfCompressors)
     : base(d, color, weight, prise, producingCountry, title, percent, noiseLevel)
 {
     this.numberOfCompressors = numberOfCompressors;
 }
コード例 #2
0
 public FA(Dimensions d, string color, double weight, int prise, string producingCountry, string title,
           double percent, int noiseLevel, string TypeOfEnergy)
     : base(d, color, weight, prise, producingCountry, title, percent, noiseLevel)
 {
     this.TypeOfEnergy = TypeOfEnergy;
 }