Beispiel #1
0
 protected void HideProgressBar()
 {
     IvsSplashScreenManager.CloseForm(false);
 }
Beispiel #2
0
 protected void ShowProgressBar()
 {
     IvsSplashScreenManager.CloseForm(false);
     IvsSplashScreenManager.ShowForm(this, typeof(ProgressBarForm), true, false, false);
 }