Correzione init async x logger

This commit is contained in:
Samuele Locatelli
2021-12-14 15:03:36 +01:00
parent 8b1b98f4c8
commit bdad2cd4da
+1
View File
@@ -93,6 +93,7 @@ namespace IOB_WIN_NEXT
{
m_validateResponse = validateResponse;
currIob = codIOB;
lg = LogManager.GetCurrentClassLogger();
m_configuration = configuration;
m_configuration.CertificateValidator.CertificateValidation += CertificateValidation;
}