Exemplo n.º 1
0
 internal BackgroundCompiler(IApp app, ScintillaControl sci, IBackgroundCompiler compiler, BackgroundCompilerService service)
 {
     this.app = app;
     this.sci = sci;
     this.compiler = compiler;
     this.service = service;
 }
Exemplo n.º 2
0
 internal BackgroundCompilerReader(BackgroundCompilerService service)
 {
     this.service = service;
 }
Exemplo n.º 3
0
 internal BackgroundCompiler(IApp app, ScintillaControl sci, IBackgroundCompiler compiler, BackgroundCompilerService service)
 {
     this.app      = app;
     this.sci      = sci;
     this.compiler = compiler;
     this.service  = service;
 }