private void Tracert_RouteHopFound(object sender, RouteHopFoundEventArgs e) { hopList = this.tracert.Hops; this.Invoke(this.doUpdateForm); }