public ToolBoxNode(Type itemType, GenerateWizardControls.XSDElement xsdElement, List <string> xmlValuePath, Image icon)
 {
     m_itemType     = itemType;
     m_xmlValuePath = xmlValuePath;
     m_xsdElement   = xsdElement;
     m_icon         = icon;
 }
 public ToolBoxNode(Type itemType, GenerateWizardControls.XSDElement xsdElement, Image icon)
 {
     m_itemType   = itemType;
     m_xsdElement = xsdElement;
     m_icon       = icon;
 }