private void CheckForUpdates() { var updateChecker = new UpdateChecker(this); updateChecker.BeginCheck(); }