internal ComTypeLibRootTreeNode() : base()
		{
            _node = this;
            SetPresInfo(PresentationMap.COM_FOLDER_TYPELIB);
            PostConstructor();
		}
 internal ComTypeLibRootTreeNode() : base()
 {
     _node = this;
     SetPresInfo(PresentationMap.COM_FOLDER_TYPELIB);
     PostConstructor();
 }