From 38c0cc3feece07260de0f764aedb8948353bd64d Mon Sep 17 00:00:00 2001 From: Emmanuele Sassi Date: Fri, 26 Apr 2024 16:26:35 +0200 Subject: [PATCH] - correzione tipo enum --- EgtBEAMWALL.Core/Utility/MachLog.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EgtBEAMWALL.Core/Utility/MachLog.vb b/EgtBEAMWALL.Core/Utility/MachLog.vb index ad68abbc..d4238c9b 100644 --- a/EgtBEAMWALL.Core/Utility/MachLog.vb +++ b/EgtBEAMWALL.Core/Utility/MachLog.vb @@ -26,7 +26,7 @@ Private m_CommandType As LogCommandTypes Private m_Description As String Private m_newOpState As Integer - Private m_ResultType As ResultTypes + Private m_ResultType As MachLogTypes Private m_VarAddress As String Private m_VarValue As String