3531 try
3532 {
3533 treePing.SelectedNode = treePing.SelectedNode.Parent;
3534 }
3535 catch
3536 { }
3537
3538 if (txtAddServer.Text != "
3539 {
3540 treePing.Nodes[0].Nodes.Add("CN=" + txtAddServer.Text.ToUpper());
3541 mnuNotify.ShowBalloonTip(
3542 5000,
3543 "NetPinger 2010: Added",
3544 txtAddServer.Text.ToUpper() + " has been added!",
3545 ToolTipIcon.Warning);}
No comments:
Post a Comment