Inheritance: System.Windows.Forms.UserControl
		//creates the tool window
		public DocumentationWindow(global::System.IServiceProvider serviceProvider)
			: base(serviceProvider)
		{
			_docControl = new DocumentationWindowControl();
		}