소스 검색

no message

unque781 5 년 전
부모
커밋
b7031387f2
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Dev/OHV/OHV.Vehicle/App.xaml.cs
  2. 1 0
      Dev/OHV/OHV.Vehicle/Concept/D_MainWindow.xaml.cs

+ 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();