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