gkj %!s(int64=2) %!d(string=hai) anos
pai
achega
7a1a1fe84d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      WCS.WorkEngineering/Systems/SrmSystems.cs

+ 2 - 2
WCS.WorkEngineering/Systems/SrmSystems.cs

@@ -309,8 +309,8 @@ namespace WCS.WorkEngineering.Systems
 
         public override bool Select(Device dev)
         {
-            //return dev.Code == "SRM3";
-            return dev.HasProtocol(typeof(ISRM520));
+            return dev.Code == "SRM3";
+            //return dev.HasProtocol(typeof(ISRM520));
         }
     }
 }