Example #1
0
 public void SetRoute(Route route)
 {
     LastOperation = this.ToString() + " : Setting route for the driver";
     Route         = route;
     LastOperation = this.ToString() + " : Setted route for the driver";
 }