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