public void StartReadTrackThread(IGH615MTrackInfo info) { var worker = new ReadTrackWorker(this, info); StartReadThread(worker.ReadTrack); }