/// <summary> /// Constructor that calls the Microsoft.VisualStudio.Shell.WindowPane constructor then /// our initialization functions. /// </summary> /// <param name="package">Our Package instance.</param> public EditorPane(VsTemplateDesignerPackage package, string fileName, IVsTextLines textBuffer) : base(null) { _thisPackage = package; _fileName = fileName; _textBuffer = textBuffer; }
public EditorFactory(VsTemplateDesignerPackage package) { this.editorPackage = package; }
public EditorFactory(VsTemplateDesignerPackage package) { editorPackage = package; }