io맵 화면에서. 목록 자동 생성 기능 추가

Signed-off-by: chi <chikyun.kim@amkor.co.kr>
This commit is contained in:
chi
2020-05-06 14:23:00 +09:00
parent a5ef877231
commit 0ee23842dc
11 changed files with 3092 additions and 3026 deletions

View File

@@ -95,7 +95,7 @@ namespace FCM0000.Item
}
else
{
newIDX = (int)(ta.ReadIDX(FCOMMON.info.Login.gcode, searchKey));
newIDX = (int)(ta.ReadIDX(FCOMMON.info.Login.gcode, pumName, pumModel));
DialogResult = System.Windows.Forms.DialogResult.OK;
}
}