Ejemplo n.º 1
0
 public void OnFileDownloading(object source, FileEventArgs e)
 {
     Console.WriteLine("Notifying: Notifyibg user that download is done..." + e.File.Title);
 }
Ejemplo n.º 2
0
 public void OnFileDownloading(object source, FileEventArgs e)
 {
     Console.WriteLine("UnpackerService: Unpacking the file..." + e.File.Title);
 }