diff --git a/SanSystem/Dongle.cs b/SanSystem/Dongle.cs index c15772c..797e9df 100644 --- a/SanSystem/Dongle.cs +++ b/SanSystem/Dongle.cs @@ -116,7 +116,7 @@ namespace SanSystem uint DongleFeature = GetFeatureMap(); - Trace.WriteLine("DongleFeature: " + DongleFeature); + //Trace.WriteLine("DongleFeature: " + DongleFeature); byte DongleFeatureB = (byte)DongleFeature; diff --git a/SanSystem/FrmSelectNewSan.cs b/SanSystem/FrmSelectNewSan.cs index 0f0aeff..18c4d5d 100644 --- a/SanSystem/FrmSelectNewSan.cs +++ b/SanSystem/FrmSelectNewSan.cs @@ -100,7 +100,7 @@ namespace SanSystem btn_kurzliner.Enabled = dongle.IsLicensed((byte)Sanierungsarten.KURZLINER) ? true : false; //sanArt.SanierungActivated(Sanierungsarten.KURZLINER); btn_hut.Enabled = dongle.IsLicensed((byte)Sanierungsarten.HUTPROFIL) ? true : false;// sanArt.SanierungActivated(Sanierungsarten.HUTPROFIL); btn_schacht_anb.Enabled = dongle.IsLicensed((byte)Sanierungsarten.SCHACHTANBINDUNG) ? true : false; // sanArt.SanierungActivated(Sanierungsarten.SCHACHTANBINDUNG); - btn_hut.Enabled = btn_kurzliner.Enabled = false; + //1btn_hut.Enabled = btn_kurzliner.Enabled = false; dongle.CleanDongle(); } diff --git a/SanSystem_exe.WibuAxProject b/SanSystem_exe.WibuAxProject index 0039393..2eb00ad 100644 Binary files a/SanSystem_exe.WibuAxProject and b/SanSystem_exe.WibuAxProject differ diff --git a/SchnittstelleImporter/XML2006/XMLParser.cs b/SchnittstelleImporter/XML2006/XMLParser.cs index d361628..9722cc2 100644 --- a/SchnittstelleImporter/XML2006/XMLParser.cs +++ b/SchnittstelleImporter/XML2006/XMLParser.cs @@ -75,6 +75,7 @@ namespace SchnittstelleImporter.XML2006 { case "Strassenname": strassename = _temp.InnerText; break; case "Ortsteilname": ortname = _temp.InnerText; break; + case "Strassenschluessel": break; default: throw new NotImplementedException(_temp.Name); } }