private void btnCancelFind_Click(object sender, EventArgs e)
 {
     NetworkScanner.CancelFind();
     this.DialogResult = DialogResult.Abort;
 }