コード例 #1
0
 public Flight()
 {
     this.LogPrefix     = "samv client";
     this.socketWorker  = new SocketWorker();
     this.VesselChecker = new VesselChecker(this);
 }
コード例 #2
0
 public TrackingStation()
 {
     this.LogPrefix     = "samv client";
     this.socketWorker  = new SocketWorker();
     this.VesselChecker = new VesselChecker(this);
 }