Exemple #1
0
 void Shared_SongDownloadPulsed(object sender, NotificationManager.SongDowloadEventArgs e)
 {
     if (e.SongId != Settings.CurrentSong)
     {
         return;
     }
     view.UpdateDownloadProgress(e.Percent);
 }
Exemple #2
0
 private void Shared_SongDownloadPulsed(object sender, NotificationManager.SongDowloadEventArgs e)
 {
     if (e.SongId != Settings.CurrentSong)
     {
         return;
     }
     ProgressBar.DownloadProgress = e.Percent;
 }