コード例 #1
0
ファイル: OutputView.cs プロジェクト: rizwan3d/elalang
 public OutputView()
 {
     this.control = new OutputControl();
     this.sci = control.Scintilla;
     this.sci.StyleNeeded += Lex;
 }
コード例 #2
0
ファイル: OutputView.cs プロジェクト: ngoffee/ela
 public OutputView()
 {
     this.control          = new OutputControl();
     this.sci              = control.Scintilla;
     this.sci.StyleNeeded += Lex;
 }