private void showSplashScreen() { using (VSplashScreen fsplash = new VSplashScreen()) { if (fsplash.ShowDialog() == System.Windows.Forms.DialogResult.Cancel) { this.Close(); } } }
private void showSplashScreen() { using (VSplashScreen fsplash = new VSplashScreen()) { if (fsplash.ShowDialog() == System.Windows.Forms.DialogResult.Cancel) this.Close(); } }