ShowPing() public method

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