Beispiel #1
0
 private Solution()
 {
     this.Asynchronous   = false;
     solutionData        = new SolutionData(this);
     loadedScripts       = new List <IScriptObject>();
     linesUpdatedHandler = new LinesUpdatedHandler(OnTextBufferLinesUpdated);
 }
Beispiel #2
0
 private Solution()
 {
     this.Asynchronous = false;
     solutionData = new SolutionData(this);
     loadedScripts = new List<IScriptObject>();
     linesUpdatedHandler = new LinesUpdatedHandler(OnTextBufferLinesUpdated);
 }