=====* unimarc [0.0104] 버전관리 시작 *=====
1. 인쇄 오류 수정 2. DLS복본조사 추가
This commit is contained in:
		| @@ -179,6 +179,11 @@ namespace WindowsFormsApp1.Home | ||||
|                 MessageBox.Show("성명 / 아이디 / 비밀번호 를 채워주세요."); | ||||
|                 return; | ||||
|             } | ||||
|             if (!overlap) { | ||||
|                 MessageBox.Show("아이디 중복확인을 해주세요."); | ||||
|                 return; | ||||
|             } | ||||
|  | ||||
|  | ||||
|             bool IsUpdate = true; | ||||
|             string cmd = _DB.DB_Search(Table_User, "id", tb_ID.Text); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 SeungHo Yang
					SeungHo Yang