Beispiel #1
0
 public Thread loadFile(string fileToLoad, bool useAstCachedData)
 {
     CodeViewer.load(fileToLoad);
     MethodStreamFile = fileToLoad;
     return(processCodeViewerContents(useAstCachedData));
 }