From 8a0666e7b84b6d64a0bd8142d2367aca8cb26ade Mon Sep 17 00:00:00 2001 From: lhiven <236881222@qq.com> Date: Sun, 23 Jun 2024 16:12:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=96=99=E5=AE=8C=E6=88=90=E5=90=8E?= =?UTF-8?q?=E5=9B=9E=E5=AE=89=E5=85=A8=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.DeweyTester/SysConfig/SelectProductFrm.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rs.DeweyTester/SysConfig/SelectProductFrm.cs b/Rs.DeweyTester/SysConfig/SelectProductFrm.cs index 729d836..4c2f562 100644 --- a/Rs.DeweyTester/SysConfig/SelectProductFrm.cs +++ b/Rs.DeweyTester/SysConfig/SelectProductFrm.cs @@ -1,6 +1,7 @@ using Rs.Controls; using Rs.MotionPlat.Commom; using Rs.MotionPlat.Entitys; +using Rs.MotionPlat.Flow.SafePosFlow; using Rs.MotionPlat.Flow.SubFlow; using System; using System.Collections.Generic; @@ -125,6 +126,7 @@ namespace Rs.MotionPlat.SysConfig } } } + DischargeModuleGoSafePosFlow.Instance.GoSafePostion(); }); }