Пример #1
0
 public static void recordEventFor(DelegateExecution execution)
 {
     RECORDED_EVENTS.Add(DelegateEvent.fromExecution(execution));
 }