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