示例#1
0
 private void btnPing_Click(object sender, EventArgs e)
 {
     //MessageBox.Show("PING");
     if (parent != null)
     {
         parent.executePing(TagID);
     }
     else
     {
         MessageBox.Show("System Failure!");
     }
 }