Merge pull request #2397 from BlueBlock/fix_remove_exception_test

Update ProgramRoot.cs
This commit is contained in:
Dimitrij
2023-03-21 20:59:32 +00:00
committed by GitHub

View File

@@ -46,7 +46,6 @@ namespace mRemoteNG.App
_frmSplashScreen.Top = viewport.Top + (targetScreen.Bounds.Size.Height / 2) - (_frmSplashScreen.Height / 2);
_frmSplashScreen.ShowInTaskbar = false;
_frmSplashScreen.Show();
throw new Exception();
System.Windows.Forms.Application.Run(FrmMain.Default);
}