Update vari IOB x nuova gestione conf

This commit is contained in:
Samuele Locatelli
2025-02-24 19:30:43 +01:00
parent 18187c2008
commit 3fcd40cedf
8 changed files with 19 additions and 84 deletions
+1 -10
View File
@@ -54,16 +54,7 @@ namespace IOB_WIN_SQL
btnStart.Enabled = false;
break;
}
lblCncText = $"CNC: {IOBConf.tipoIob} [{IOBConf.cncIpAddr}:{IOBConf.cncPort}]";
lblSrvUrlText = $"SRV: {IOBConf.serverData.MPIP} | URL: {IOBConf.serverData.MPURL}{IOBConf.serverData.CMDBASE}";
// aggancio evento refresh
iobObj.eh_refreshed += IobObj_eh_refreshed;
// carico i default values su interfaccia
setDefaults();
displayTaskAndLog($"Caricata conf per adapter {tipoScelto}");
UpdateDisplTypeIobSel();
}
}
}