Beispiel #1
0
 public Auto(string kenteken, BrandstofSoort brndstof, int kmStand)
 {
     _Kenteken  = kenteken;
     _brandstof = brndstof;
     _brandstof++;
     _KmStand = kmStand;
 }
Beispiel #2
0
 public Auto(string kenteken, BrandstofSoort brandstofSoort)
 {
     Kenteken  = kenteken;
     Brandstof = brandstofSoort;
 }