private void bServiceStatus_Click(object sender, EventArgs e) { ServiceManipulateCommand cmd = new ServiceManipulateCommand(); AddCommandTreeviewNode(cmd); }
public override CommandNode Clone() { ServiceManipulateCommand cmd = new ServiceManipulateCommand { Service_Name = this.Service_Name }; base.CopyChildren(cmd); return cmd; }