gkj 2 жил өмнө
parent
commit
7a1a1fe84d

+ 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));
         }
     }
 }