Ejemplo n.º 1
0
 public Auto(string kenteken, Brandstofsoort soortbrandstof, int kmstand)
 {
     KmStand   = kmstand;
     Kenteken  = kenteken;
     Brandstof = soortbrandstof;
 }
Ejemplo n.º 2
0
 public Auto(string kenteken, Brandstofsoort soortbrandstof)
 {
     KmStand   = 0;
     Kenteken  = kenteken;
     Brandstof = soortbrandstof;
 }