public RegisteredXmlSchemasEditor(RegisteredXmlSchemas registeredXmlSchemas,
                                   ICollection <string> xmlFileExtensions,
                                   XmlSchemaFileAssociations associations,
                                   IXmlSchemasPanel schemasPanel,
                                   IXmlSchemaCompletionDataFactory factory)
 {
     this.registeredXmlSchemas = registeredXmlSchemas;
     this.xmlFileExtensions    = xmlFileExtensions;
     this.associations         = associations;
     this.schemasPanel         = schemasPanel;
     this.factory = factory;
 }
		public RegisteredXmlSchemasEditor(RegisteredXmlSchemas registeredXmlSchemas, 
			ICollection<string> xmlFileExtensions, 
			XmlSchemaFileAssociations associations,
			IXmlSchemasPanel schemasPanel,
			IXmlSchemaCompletionDataFactory factory)
		{
			this.registeredXmlSchemas = registeredXmlSchemas;
			this.xmlFileExtensions = xmlFileExtensions;
			this.associations = associations;
			this.schemasPanel = schemasPanel;
			this.factory = factory;
		}