Example #1
0
 void CheckForUpdates()
 {
     if (Settings.Default.CheckForUpdatesAtStartup)
     {
         AppInfo.CheckForUpdates(UpdateAvailable, null);
     }
 }