Tranfer to net core

This commit is contained in:
Damian Wessels
2023-01-14 09:39:16 +01:00
parent ce49ba5bc7
commit 12fa97bc28
17 changed files with 159 additions and 771 deletions

View File

@@ -32,7 +32,7 @@ namespace SanSystem
#if !DEBUG
update.CheckForUpdates();
#endif
string sx = Properties.Settings.Default.DATABASEMAIN;
string sx = "";
Datenbank.Instance.pfad = sx;
@@ -40,7 +40,7 @@ namespace SanSystem
if (!Directory.Exists(Global.Instance.Projektpfad)) Directory.CreateDirectory(Global.Instance.Projektpfad);
try
{
Datenbank.Instance.LoadProjekt(Global.Instance.ProjektNummer);// Path.Combine(Global.Instance.Projektpfad,"18-850.xaml"));
Datenbank.Instance.LoadProjekt(Global.Instance.ProjektNummer);
}
catch(DataBaseVersionMismatchException ex)
{