사용자목록DB를 Et 에서 dataset 으로 변경함 ,et에서 오는 목록의데이터가 이상하다;; 수량은 맞는데 내용이 1번 데이터하고 모두 동일 하다

This commit is contained in:
chi
2020-12-16 09:43:27 +09:00
parent 72fbd69856
commit dbe1a6cb87
10 changed files with 2860 additions and 1005 deletions

View File

@@ -101,7 +101,7 @@ namespace Project
idx = i;
}
}
if (idx == -1) this.startForm = eFormList.;
if (idx == -1) this.startForm = eFormList.;
else this.startForm = (eFormList)idx;
}