Пример #1
0
 public void Comment(string comment)
 {
     _result.AddComment(comment);
     _progressNotifier.NotifyStepComment(_result.Info, comment);
 }
Пример #2
0
 public void Comment(ExecutionContext context, string comment)
 {
     _result.AddComment(comment);
     context.ProgressNotifier.NotifyStepComment(_result.Number, context.TotalStepCount, comment);
 }