C3204
2026-01-13 e066e3d27831c0d62dd121a41e1a9ec9de4d7a04
LB_SmartVision/Forms/Pages/ProcessPage/ProcessPage.cs
@@ -64,7 +64,7 @@
            else
                btn_Run.ButtonType = ReaLTaiizor.Util.HopeButtonType.Danger;
            if (ProcessRunBll.GetImage(out _, out HImage RecordImage))
            if (ProcessRunBll.GetImage(out _, out HObject RecordImage))
                UserHSmartWindowControl.ShowHoImage(RecordImage);
        }
@@ -93,7 +93,7 @@
                LogInfo?.Invoke(string.Format("流程[{0}]运行完成,结果:{1}", this.ProcessRunBll.Name, msg)
                    , result ? LogInfoType.PASS : LogInfoType.ERROR);
                if (ProcessRunBll.GetImage(out _, out HImage RecordImage))
                if (ProcessRunBll.GetImage(out _, out HObject RecordImage))
                    UserHSmartWindowControl.ShowHoImage(RecordImage);
                if (result)