Exemple #1
0
 public void ChangeTyre(List <string> arguments)
 {
     this.Tyre = tyreFactory.AddTyre(arguments);
 }