Exemplo n.º 1
0
 public void Visit(TheOtherElement theOtherElement)
 {
     Console.WriteLine($"do Down on: {theOtherElement.Name}");
 }
Exemplo n.º 2
0
 public void Visit(TheOtherElement element)
 {
     Console.WriteLine($"do Up on: {element.Name}");
 }