Example #1
0
 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);
 }