示例#1
0
 public void Visit(SecondConcreteComponent secondConcreteComponent)
 {
     //TODO: Implement
 }
示例#2
0
 public void Visit(SecondConcreteComponent secondConcreteComponent)
 {
     secondConcreteComponent.MethodExclusiveToTheSecondComponent();
     //TODO: Implement
 }