Datenbank ausgelagert, außerhalb des Ordners
This commit is contained in:
@@ -30,8 +30,11 @@ namespace SanSystem
|
||||
public frmMain()
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
|
||||
string sx = Properties.Settings.Default.DATABASEMAIN;
|
||||
|
||||
|
||||
Datenbank.Instance.pfad = sx;
|
||||
Datenbank.Instance.Init();
|
||||
if (!Directory.Exists(Global.Instance.Projektpfad)) Directory.CreateDirectory(Global.Instance.Projektpfad);
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user