コード例 #1
0
 public void OnFileDownloaded(object source, FileEventArgs e)
 {
     Console.WriteLine("Notifying user that download is done..." + e.File.Title);
 }
コード例 #2
0
ファイル: UnpackService.cs プロジェクト: g-meyeriii/delegates
 public void OnFileDownloaded(object source, FileEventArgs e)
 {
     Console.WriteLine("UnpackerService: Unpacking the file..." + e.File.Title);
 }