unque781 5 éve
szülő
commit
b7031387f2

+ 1 - 0
Dev/OHV/OHV.Vehicle/App.xaml.cs

@@ -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

+ 1 - 0
Dev/OHV/OHV.Vehicle/Concept/D_MainWindow.xaml.cs

@@ -54,6 +54,7 @@ namespace OHV.Vehicle.Concept
             WindowExternal.MaximizeToFirstMonitor(this);
             this.Activate();
 
+            App.splashScreen.StepIt();
             App.splashScreen.AddMessage("Done !");
             App.splashScreen.LoadComplete();