CheckForUpdates() public method

public CheckForUpdates ( ) : void
return void
Beispiel #1
0
 public override void Act()
 {
     Status.SetMessage(this, "Checking for updates");
     UpdateManagerAdapter.CheckForUpdates();
 }