diff --git a/Vrh.Log4Pro.MaintenanceConsole/Manager - WindowsServiceManager.cs b/Vrh.Log4Pro.MaintenanceConsole/Manager - WindowsServiceManager.cs index 965c181..de1eb31 100644 --- a/Vrh.Log4Pro.MaintenanceConsole/Manager - WindowsServiceManager.cs +++ b/Vrh.Log4Pro.MaintenanceConsole/Manager - WindowsServiceManager.cs @@ -1008,9 +1008,9 @@ namespace Vrh.Log4Pro.MaintenanceConsole.WindowsServiceManagerNS } public KeyGroup(XElement keygroupxml) { - Xml_Key = GetValue(nameof(XmlStructure.KeyGroup.Attributes.Key), keygroupxml, XmlStructure.KeyGroup.Attributes.Key.Values.DEFAULT); - Xml_Description = GetValue(nameof(XmlStructure.KeyGroup.Attributes.Description), keygroupxml, XmlStructure.KeyGroup.Attributes.Description.Values.DEFAULT); - var keycommaliststring = GetValue(nameof(XmlStructure.KeyGroup.Attributes.KeyList), keygroupxml, XmlStructure.KeyGroup.Attributes.KeyList.Values.DEFAULT); + Xml_Key = GetValue(nameof(XmlStructure.KeyGroups.KeyGroup.Attributes.Key), keygroupxml, XmlStructure.KeyGroups.KeyGroup.Attributes.Key.Values.DEFAULT); + Xml_Description = GetValue(nameof(XmlStructure.KeyGroups.KeyGroup.Attributes.Description), keygroupxml, XmlStructure.KeyGroups.KeyGroup.Attributes.Description.Values.DEFAULT); + var keycommaliststring = GetValue(nameof(XmlStructure.KeyGroups.KeyGroup.Attributes.KeyList), keygroupxml, XmlStructure.KeyGroups.KeyGroup.Attributes.KeyList.Values.DEFAULT); Valid = false; if (!string.IsNullOrWhiteSpace(keycommaliststring)) { -- libgit2 0.21.2