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