Example #1
0
 private void UpMan_FileDownloadCompleted(object sender, UpdateManager.FileProgressEventArgs e)
 {
     if (e.DownloadFileName == "config.xml")
     {
         CheckMusic();
         SettingsButton.BeginInvoke(new Action(() => SettingsButton.Enabled = true));
     }
 }