ShowPing() public method

public ShowPing ( string host ) : void
host string
return void
Ejemplo n.º 1
0
 private void u_PingClick(object sender, EventArgs e, UrlReplace obj)
 {
     obj.ShowPing(obj.Host);
 }
Ejemplo n.º 2
0
 private void u_PingClick(object sender, EventArgs e, UrlReplace obj)
 {
     obj.ShowPing(obj.Host);
 }