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

@@ -378,7 +378,6 @@ namespace FPJ0000
if (drv == null) return;
var dr = drv.Row as dsPRJ.ProjectsRow;
var f = new fProjectIOMap(dr.idx);
f.StartPosition = FormStartPosition.CenterScreen;
f.Show();
}