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