Пример #1
0
 public void Visit(SecondConcreteComponent secondConcreteComponent)
 {
     //TODO: Implement
 }
Пример #2
0
 public void Visit(SecondConcreteComponent secondConcreteComponent)
 {
     secondConcreteComponent.MethodExclusiveToTheSecondComponent();
     //TODO: Implement
 }