Example #1
0
 public void OpenScriptLog()
 {
     try
     {
         Process.Start(ScriptService.GetScriptLogFilePath());
     }
     catch (Exception)
     {
         // Do nothing - File may not exist
     }
 }