Esempio n. 1
0
 protected Plane(IAirTrafficController mediator)
 {
     this.mediator = mediator;
     mediator.Register(this);
 }