示例#1
0
 // Constructor
 public Broadcaster(Neighbor comming, Neighbor going)
 {
     this.comming = comming;
     this.going   = going;
 }