private void SteamDepotDownloaderForm_FormClosed(object sender, FormClosedEventArgs e)
 {
     ContentDownloader.ShutdownSteam3();
     Application.Exit();
 }