mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 14:07:46 +08:00
Update ProgramRoot.cs
remove exception test
This commit is contained in:
@@ -46,7 +46,6 @@ namespace mRemoteNG.App
|
|||||||
_frmSplashScreen.Top = viewport.Top + (targetScreen.Bounds.Size.Height / 2) - (_frmSplashScreen.Height / 2);
|
_frmSplashScreen.Top = viewport.Top + (targetScreen.Bounds.Size.Height / 2) - (_frmSplashScreen.Height / 2);
|
||||||
_frmSplashScreen.ShowInTaskbar = false;
|
_frmSplashScreen.ShowInTaskbar = false;
|
||||||
_frmSplashScreen.Show();
|
_frmSplashScreen.Show();
|
||||||
throw new Exception();
|
|
||||||
|
|
||||||
System.Windows.Forms.Application.Run(FrmMain.Default);
|
System.Windows.Forms.Application.Run(FrmMain.Default);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user