コード例 #1
0
ファイル: Auto.cs プロジェクト: RensVeldhuizen/OIS12
 public Auto(string kenteken, BrandstofSoort brndstof, int kmStand)
 {
     _Kenteken  = kenteken;
     _brandstof = brndstof;
     _brandstof++;
     _KmStand = kmStand;
 }
コード例 #2
0
ファイル: Auto.cs プロジェクト: thisoban/autodagwaarde
 public Auto(string kenteken, BrandstofSoort brandstofSoort)
 {
     Kenteken  = kenteken;
     Brandstof = brandstofSoort;
 }