コード例 #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;
 }