public RunningJobNode(SPRunningJob job) { this.Tag = job; this.SPParent = job.Parent; //this.ContextMenuStrip = new SiteMenuStrip(); Setup(); this.Nodes.Add(new ExplorerNodeBase("Dummy")); }