Exemplo n.º 1
0
 public void Visit(SecondConcreteComponent secondConcreteComponent)
 {
     //TODO: Implement
 }
Exemplo n.º 2
0
 public void Visit(SecondConcreteComponent secondConcreteComponent)
 {
     secondConcreteComponent.MethodExclusiveToTheSecondComponent();
     //TODO: Implement
 }