public Task <bool> HasUpdate()
 {
     return(Updater?.CheckForUpdates() ?? Task.FromResult(false));
 }
Exemple #2
0
 private void tsmCheckForUpdates_Click(object sender, EventArgs e)
 {
     _updater.CheckForUpdates(true);
 }