예제 #1
0
 public static void PerformUpdate()
 {
     if (Properties.Settings.Default.AutoUpdateCheck)
     {
         BasicFunctions.CheckForUpdates(true);
     }
 }
예제 #2
0
 private void CFU_Click(object sender, EventArgs e)
 {
     BasicFunctions.CheckForUpdates(false);
 }