From 7f9dcb11f061169fb7902547766f53c852cd061d Mon Sep 17 00:00:00 2001 From: BlueBlock Date: Tue, 21 Mar 2023 16:49:59 -0400 Subject: [PATCH] Update ProgramRoot.cs remove exception test --- mRemoteNG/App/ProgramRoot.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/mRemoteNG/App/ProgramRoot.cs b/mRemoteNG/App/ProgramRoot.cs index 3b4293e0..605ecb94 100644 --- a/mRemoteNG/App/ProgramRoot.cs +++ b/mRemoteNG/App/ProgramRoot.cs @@ -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); }