BetterExplorer.MainWindow.AutoUpdater_ReadyToBeInstalled C# (CSharp) Méthode

AutoUpdater_ReadyToBeInstalled() private méthode

private AutoUpdater_ReadyToBeInstalled ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void
    private void AutoUpdater_ReadyToBeInstalled(object sender, EventArgs e) {
      this.autoUpdater.ReadyToBeInstalled -= AutoUpdater_ReadyToBeInstalled;
      this.autoUpdater.InstallNow();
    }
MainWindow