예제 #1
0
 public void Run()
 {
     AbstractProductB.Interact(AbstractProductA);
     AbstractProductA.Interact(AbstractProductB);
 }
 public void Run()
 {
     _abstractProductA.Interact(_abstractProductB);
     _abstractProductB.Interact(_abstractProductA);
 }