@@ -81,6 +81,7 @@ namespace OHV.Vehicle
splashScreen = animatedSplashScreenWindow;
// Show it
+ animatedSplashScreenWindow.SetRange( 2 );
animatedSplashScreenWindow.Show();
// Now that the window is created, allow the rest of the startup to run
@@ -54,6 +54,7 @@ namespace OHV.Vehicle.Concept
WindowExternal.MaximizeToFirstMonitor(this);
this.Activate();
+ App.splashScreen.StepIt();
App.splashScreen.AddMessage("Done !");
App.splashScreen.LoadComplete();