DevApp/Gs.DevApp/DevFrm/Work/SelectProcess.cs
@@ -14,10 +14,7 @@ public SelectProcess() { InitializeComponent(); Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, null, null, null, "", (value) => { }); Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, null, null, null, "", null, null, false); getPageList(1); btnIn.Click += (s, e) => { @@ -28,7 +25,7 @@ { list.Add(new { fSeq = ($"{(idx+1) * 10:D4}"), fSeq = ($"{(idx + 1) * 10:D4}"), processNo = dt.Rows[idx]["processNo"].ToString(), processName = dt.Rows[idx]["processName"].ToString(), });