Beispiel #1
0
 public void OnRunStepStarting(RunStepStartingEventArg rsea)
 {
     DispatcherHelper.CheckBeginInvokeOnUI(
         () =>
     {
         AddTextToConsole(
             sb => sb.AppendFormat(
                 "### ### Starting run step : {0}...",
                 rsea.info.name.Item));
     });
 }
Beispiel #2
0
 public void OnRunStepStarting(object _, RunStepStartingEventArg rsea)
 {
 }