From e114d0a7d505b096a2ff5b01cde12b033226115d Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Fri, 7 Apr 2017 10:51:56 +0200 Subject: [PATCH] eliminati commenti... --- MTC_Adapter/MTC_Adapter/AdapterESA.cs | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/MTC_Adapter/MTC_Adapter/AdapterESA.cs b/MTC_Adapter/MTC_Adapter/AdapterESA.cs index 76fd2e6..97e673f 100644 --- a/MTC_Adapter/MTC_Adapter/AdapterESA.cs +++ b/MTC_Adapter/MTC_Adapter/AdapterESA.cs @@ -328,10 +328,6 @@ namespace MTC_Adapter string status = ""; string pathExeMode = ""; string pathRunMode = ""; -#if false - int progAreaSel = 0; - string currProgName = "-"; -#endif string ProgAreaRun = ""; bool isFeedHold = false; bool isActive = false; @@ -507,13 +503,6 @@ namespace MTC_Adapter if (((StFlag8)currByte).HasFlag((StFlag8)Math.Pow(2, bitNum))) { ProgAreaRun = "ON"; -#if false - // salvo area selezionata! - progAreaSel = numero; - currProgName = vettMemArea[numero - 1].mMemAreaProgName.Value.ToString(); - // x sicurezza se fosse vuoto indico numero area - if (currProgName == "") currProgName = string.Format("PRG AREA {0}", progAreaSel); -#endif } else { @@ -559,14 +548,7 @@ namespace MTC_Adapter } } } - - // Eliminata gestione CurrArea e CurrProg (non รจ vera... sono 0..4) -#if false - // salvo progAreaSel e currProgName... - vettPath[idxPath].mPathCurrArea.Value = progAreaSel; - vettPath[idxPath].mPathCurrProg.Value = currProgName; -#endif - + // imposto exe mode alla fine secondo gerarchia stati... if (isFeedHold) {