Exemplo n.º 1
0
 private TreeNodeFactory()
 {
     this.treeNodeContainer = new TreeNodeContainer();
     this.treeNodeLookup = new Hashtable();
     this.treeNodeLookup.Add(typeof(ConfigurationNode), typeof(ConfigurationTreeNode));
 }
 private TreeNodeFactory()
 {
     this.treeNodeContainer = new TreeNodeContainer();
     this.treeNodeLookup    = new Hashtable();
     this.treeNodeLookup.Add(typeof(ConfigurationNode), typeof(ConfigurationTreeNode));
 }