public void Send(FileChangeNotification fileChangeNotification) { var onFileChangeNotification = OnFileChangeNotification; if (onFileChangeNotification != null) { onFileChangeNotification(fileChangeNotification); } }
public void Send(FileChangeNotification fileChangeNotification) { var onFileChangeNotification = OnFileChangeNotification; if (onFileChangeNotification != null) onFileChangeNotification(fileChangeNotification); }