public ApplicationNode(TestDescriptor td)
     : base((ExplorerNode)null, td.Name, APPLICATION_ICON)
 {
 }
Example #2
0
 public void CreateRootNode(TestDescriptor td)
 {
     this.Root = new Controls.Nodes.ApplicationNode(td);
     this.PaintTreeNode(root);
 }