예제 #1
0
 //Binds the component to the mediator (control tower)
 public Runway(IControltowerMediator controltowerMediator)
 {
     this.controlTowerMediator = controltowerMediator;
 }
예제 #2
0
 //Binds the component to the mediator (Control Tower)
 public Airplane(IControltowerMediator controlTowerMediator)
 {
     this.controlTowerMediator = controlTowerMediator;
 }