public void OnFileDownloaded(object source, FileEventArgs e) { Console.WriteLine("Notifying user that downloaded is done " + e.File.Title); }
public void OnFileDownloaded(object source, FileEventArgs e) { Console.WriteLine("UnpackerService: Unpacking the file..." + e.File.Title); }