Exemple #1
0
 public ModeLineProvider(IWpfTextView view, ModelineFactory factory)
 {
     this.theView = view;
       this.langFactory = factory.LanguageFactory;
 }
 public ModeLineProvider(IWpfTextView view, ModelineFactory factory)
 {
     this.theView     = view;
     this.langFactory = factory.LanguageFactory;
 }