Remove boilerplate code

This commit is contained in:
23439176+magriggs@users.noreply.github.com
2024-01-05 14:28:33 +08:00
parent e1cac723d6
commit 595681a982

View File

@@ -15,19 +15,6 @@ namespace mRemoteNG.App
private static Mutex _mutex;
private static FrmSplashScreenNew _frmSplashScreen = null;
public class LocalSettingsManager
{
internal bool DatabaseExists()
{
return true;
}
internal void CreateDatabase()
{
throw new NotImplementedException();
}
}
/// <summary>
/// The main entry point for the application.
/// </summary>