Beispiel #1
0
 internal BackgroundCompiler(IApp app, ScintillaControl sci, IBackgroundCompiler compiler, BackgroundCompilerService service)
 {
     this.app = app;
     this.sci = sci;
     this.compiler = compiler;
     this.service = service;
 }
 internal BackgroundCompilerReader(BackgroundCompilerService service)
 {
     this.service = service;
 }
Beispiel #3
0
 internal BackgroundCompiler(IApp app, ScintillaControl sci, IBackgroundCompiler compiler, BackgroundCompilerService service)
 {
     this.app      = app;
     this.sci      = sci;
     this.compiler = compiler;
     this.service  = service;
 }