예제 #1
0
파일: Vehicule.cs 프로젝트: rastiti/ATOM
 public Vehicule(TypeTransport type)
 {
     this.disponible = true;
     this.type       = type;
 }
예제 #2
0
파일: Vehicule.cs 프로젝트: rastiti/ATOM
 public Vehicule(TypeTransport type)
 {
     this.disponible = true;
     this.type = type;
 }