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