/// <summary> /// Runs the update check via GitHub.cs /// </summary> private void updateChecker_DoWork(object sender, DoWorkEventArgs e) { applicationUpdateAvailable = !gitHub.ApplicationUpToDate(); }