From e7cc546e49e97eb29d352b3d61c1bd6d7e27ef19 Mon Sep 17 00:00:00 2001 From: luciomaranta Date: Thu, 2 Jul 2020 09:21:49 +0200 Subject: [PATCH] Removed wear life --- CMS_CORE_Library/ToolConfigurations.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMS_CORE_Library/ToolConfigurations.cs b/CMS_CORE_Library/ToolConfigurations.cs index f5d173b..f7b2de2 100644 --- a/CMS_CORE_Library/ToolConfigurations.cs +++ b/CMS_CORE_Library/ToolConfigurations.cs @@ -100,9 +100,9 @@ namespace CMS_CORE_Library private static Dictionary toolLifeList = new Dictionary() { {(int)SIEMENS_LIFE_TYPE.NONE, "none"}, - {(int)SIEMENS_LIFE_TYPE.TIME, "timeLife"}, + {(int)SIEMENS_LIFE_TYPE.TIME, "timeLife"}, {(int)SIEMENS_LIFE_TYPE.COUNT, "countLife"}, - {(int)SIEMENS_LIFE_TYPE.WEAR, "wearLife"} + //{(int)SIEMENS_LIFE_TYPE.WEAR, "wearLife"} }; private static Dictionary cmsToolLifeList = new Dictionary()