Beispiel #1
0
        public RunningJobNode(SPRunningJob job)
        {
            this.Tag      = job;
            this.SPParent = job.Parent;
            //this.ContextMenuStrip = new SiteMenuStrip();

            Setup();

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

            Setup();

            this.Nodes.Add(new ExplorerNodeBase("Dummy"));
        }