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