Example #1
0
 private void NotifyActivityReported(List <MonitorError> errorToRemoveList)
 {
     ActivityReported?.Invoke(null, new ActivityReportedArgs(errorToRemoveList));
 }
 private static void NotifyActivityReported(List <long> modifiedRepositoryList)
 {
     ActivityReported?.Invoke(null, new ActivityReportedEventArgs(modifiedRepositoryList));
 }