C3204
2025-12-25 ed0b1e3c75489ea76e01b1c6bebd3bb2d90e7535
LB_SmartVision/Forms/Pages/ProcessPage/ProcessInputsSelectForm.cs
@@ -18,6 +18,8 @@
        ProcessRunBll ProcessRunBll { get; set; }
        public string ProcessName = string.Empty;
        public ProcessInputsSelectForm()
        {
            InitializeComponent();
@@ -76,7 +78,7 @@
            if (res == DialogResult.Yes)  //保存
            {
                string ProcessName = this.Text;
                string ProcessName = this.ProcessName;
                List<Tuple<string, string>> tupleInputAndOutput = new List<Tuple<string, string>>();
                foreach (var control in listProcessInputsEditControl)
                {