Example #1
0
 public Vehiculo(Vehiculo v)
 {
     this.id            = v.GetId();
     this.tipo          = v.GetTipo();
     this.tiempo        = v.GetTiempo();
     this.probAsignado  = v.GetProbAsignado();
     this.lineaAsignada = v.GetLineaAsignada();
 }