Example #1
0
 private FileSystemEventHandler CreateOnChangedEventHandler(IFileReaderAutoResetEvent autoResetEvent)
 {
     return((sender, args) => autoResetEvent.Set());
 }