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