コード例 #1
0
ファイル: ModeLineProvider.cs プロジェクト: ssatta/viasfora
 public ModeLineProvider(IWpfTextView view, ModelineFactory factory)
 {
     this.theView = view;
       this.langFactory = factory.LanguageFactory;
 }
コード例 #2
0
 public ModeLineProvider(IWpfTextView view, ModelineFactory factory)
 {
     this.theView     = view;
     this.langFactory = factory.LanguageFactory;
 }