Tranfer to net core
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user