private void launchAppUpdater() { this.starterScreen = new StartScreenForm(); ApplicationLauncher.waitHandle.Set(); Application.Run(this.starterScreen); }
public ApplicationLauncher() { this.starterScreen = null; this.launchSplashThread(); }