mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Remove boilerplate code
This commit is contained in:
parent
e1cac723d6
commit
595681a982
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user