From 9832426071c21aa71e213083d4f7089ecf414def Mon Sep 17 00:00:00 2001 From: Schwirg László Date: Mon, 25 Apr 2022 12:59:22 +0200 Subject: [PATCH] v1.11.5 - KeyGroups elem bevezetése --- Vrh.Log4Pro.MaintenanceConsole/Manager - WindowsServiceManager.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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