Ejemplo n.º 1
0
 public void volverACero()
 {
     this.tiempoTardado        = 0;
     this.kilometrosRecorridos = 0;
 }
Ejemplo n.º 2
0
 public void Agregar(Tiempo tiempo)
 {
     this.tiempoTardado = this.tiempoTardado + tiempo;
 }