Beispiel #1
0
 public override void Execute(object parameter)
 {
     if (AddInManagerServices.Settings.AutoSearchForUpdates)
     {
         // Initialize UpdateNotifier and let it check for available updates
         UpdateNotifier updateNotifier = new UpdateNotifier();
         updateNotifier.StartUpdateLookup();
     }
 }
Beispiel #2
0
 public override void Execute(object parameter)
 {
     if (AddInManagerServices.Settings.AutoSearchForUpdates)
     {
         // Initialize UpdateNotifier and let it check for available updates
         UpdateNotifier updateNotifier = new UpdateNotifier();
         updateNotifier.StartUpdateLookup();
     }
 }