Exemplo n.º 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
     }
 }
Exemplo n.º 2
0
 public static void Refresh()
 {
     LocalCompiler.Refresh();
 }