protected void HideProgressBar() { IvsSplashScreenManager.CloseForm(false); }
protected void ShowProgressBar() { IvsSplashScreenManager.CloseForm(false); IvsSplashScreenManager.ShowForm(this, typeof(ProgressBarForm), true, false, false); }