Exemple #1
0
 private void bNLB_Click(object sender, EventArgs e)
 {
     NlbStatusCommand cmd = new NlbStatusCommand();
     AddCommandTreeviewNode(cmd);
 }
Exemple #2
0
		public override CommandNode Clone()
		{
			NlbStatusCommand rlt = new NlbStatusCommand { Computer_Name = this.Computer_Name, Correct_Status = this.Correct_Status };
			base.CopyChildren(rlt);
			return rlt;
		}