Esempio n. 1
0
 private void mnuCheckForUpdates_Click(object sender, EventArgs e)
 {
     UpdatesChecker.CheckForUpdates();
 }
Esempio n. 2
0
 private async void UpdateTimer_Tick(object args)
 {
     await UpdatesChecker.CheckForUpdates();
 }
Esempio n. 3
0
 private async void mnuCheckForUpdates_Click(object sender, EventArgs e)
 {
     await UpdatesChecker.CheckForUpdates();
 }
Esempio n. 4
0
 private async void MainForm_Load(object sender, EventArgs e)
 {
     LoadPlugins();
     LoadWindowSettings();
     await UpdatesChecker.CheckForUpdates(true);
 }