Exemple #1
0
 private static void Preload()
 {
     try
     {
         LocalCompiler.Refresh();
         DigitalMars.PreloadFromHtmlList(fileListLocation);
         DigitalMars.Preload();
         LocalCompiler.Preload();
     }
     catch (ThreadAbortException)
     {
         //do nothing now - just return
     }
     catch (Exception)
     {
         //do nothing now - just return
     }
 }
Exemple #2
0
 public static void Refresh()
 {
     LocalCompiler.Refresh();
 }