Exemple #1
0
 public void OnFileDownloaded(object source, FileEventArgs e)
 {
     Console.WriteLine("UnpackerService: Unpacking the file: {0}...", e.file.Title);
 }
 public void OnFileDownloaded(object source, FileEventArgs e)
 {
     Console.WriteLine("NotificationService: notifying: {0} download is done...", e.file.Title);
 }