示例#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;
 }