예제 #1
0
 public void OnFileDownloaded(object source, FileEventArgs e)
 {
     System.Console.WriteLine("New notification" + e.File.Title);
 }