Completato fixApp x gestione ConfIOB:

- aggiunta tags su richiesta
This commit is contained in:
Samuele Locatelli
2022-12-28 12:49:30 +01:00
parent f33a91efc6
commit 56cb0966fe
4 changed files with 48 additions and 18 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ namespace ConfMan.IOB.Core
// recupero NUOVI dati TAGS
newConfObj.GeneralCom = (ComType)Enum.Parse(typeof(ComType), fIni.ReadString("TAGS", "ComType", "ND"));
newConfObj.Customer = fIni.ReadString("TAGS", "Customer", "ND");
newConfObj.HostData.OS = fIni.ReadString("TAGS", "OS", "WIN");
newConfObj.HostData.OS = fIni.ReadString("TAGS", "HostOS", "WIN");
newConfObj.HostData.HostName = fIni.ReadString("TAGS", "HostName", "localhost");
newConfObj.HostData.HostAddr = fIni.ReadString("TAGS", "HostAddr", "127.0.0.1");