사용자 정보변경창이 2개 있어서 1개로 통합 / 목록화면 그리드뷰로 변경

This commit is contained in:
chi
2023-05-02 14:03:55 +09:00
parent 354c6a5e1b
commit 310ecd26c4
5 changed files with 377 additions and 365 deletions

View File

@@ -517,7 +517,8 @@ namespace Project
private void userAccountToolStripMenuItem_Click(object sender, EventArgs e)
{
var f = new _Common.fUserInfo();
var f = new _Common.fAddNewUser(FCOMMON.info.Login.dept, FCOMMON.info.Login.no);//.fUserInfo();
f.ShowDialog();
}