示例#1
0
 private void Scripter_ScriptingError(object sender, ScriptingErrorEventArgs e)
 {
     TraceService.Error($"Error scripting {e.Current.Value}. {e.InnerException.ToString()}");
 }
示例#2
0
 private static void Scripter_ScriptingProgress(object sender, ProgressReportEventArgs e)
 {
     TraceService.Info("---------" + e.Current.Type);
 }