Ejemplo n.º 1
0
 public void Visit(Gears gears)
 {
     Console.WriteLine("Diagnosing the gears");
 }
Ejemplo n.º 2
0
 public void Visit(Gears gears)
 {
     _gearsCount++;
 }