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