Esempio n. 1
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="arbiterCore"></param>
 public Communicator(VehicleSeparationDisplay vsd)
 {
     // messaging
     this.messagingListener = new MessagingListener(vsd, this);
     this.VehicleDisplay    = vsd;
     this.BeginCommunications();
 }
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="arbiterCore"></param>
 public Communicator(VehicleSeparationDisplay vsd)
 {
     // messaging
     this.messagingListener = new MessagingListener(vsd, this);
     this.VehicleDisplay = vsd;
     this.BeginCommunications();
 }
Esempio n. 3
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="remotingSuffix"></param>
 public MessagingListener(VehicleSeparationDisplay vsd, Communicator c)
 {
     this.VehicleDisplay = vsd;
     this.c = c;
 }
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="remotingSuffix"></param>
 public MessagingListener(VehicleSeparationDisplay vsd, Communicator c)
 {
     this.VehicleDisplay = vsd;
     this.c = c;
 }