개정판 33cffc62
issue #0000
- 유저 명 update 후 activeuser 정보 수정
- delete 버튼 이벤트 추가
Change-Id: I35dba716b863f0510c715831f6d6ccbb0ac671d7
ID2.Manager/ID2.Manager/Forms/SetupUser.cs | ||
---|---|---|
132 | 132 |
informations.UserList.Clear(); |
133 | 133 |
allUserList.ToList().ForEach(x => informations.UserList.Add(x.DeepCopy(x))); |
134 | 134 |
|
135 |
userInfo = allUserList.Where(x => x.ID.Equals(informations.ActiveUser.ID)).FirstOrDefault(); |
|
136 |
if (userInfo != null) |
|
137 |
{ |
|
138 |
informations.ActiveUser = userInfo; |
|
139 |
} |
|
140 |
|
|
135 | 141 |
this.GetUserList(); |
136 | 142 |
} |
137 | 143 |
} |
ID2.Manager/ID2.Manager/Main.cs | ||
---|---|---|
89 | 89 |
this.radButtonElementNoticeUpload.Click += RadButtonElementNoticeUpload_Click; |
90 | 90 |
this.radButtonElementExcelImport.Click += RadButtonElementExcelImport_Click; |
91 | 91 |
this.radButtonElementExcelExport.Click += RadButtonElementExcelExport_Click; |
92 |
this.radButtonElementDelete.Click += RadButtonElementDelete_Click; |
|
92 | 93 |
|
93 | 94 |
this.radButtonDateClear.Click += RadButtonDateClear_Click; |
94 | 95 |
|
... | ... | |
1957 | 1958 |
} |
1958 | 1959 |
} |
1959 | 1960 |
} |
1960 |
#endregion |
|
1961 |
#endregion |
|
1962 |
|
|
1963 |
private void GetCheckedList() |
|
1964 |
{ |
|
1965 |
RadGridView grid = this.radGridViewDocuments; |
|
1966 |
|
|
1967 |
//grid. |
|
1968 |
} |
|
1969 |
|
|
1970 |
private void RadButtonElementDelete_Click(object sender, EventArgs e) |
|
1971 |
{ |
|
1972 |
RadMessageBox.Show("삭제 진행", Globals.Name, MessageBoxButtons.OK, RadMessageIcon.Info); |
|
1973 |
} |
|
1961 | 1974 |
|
1962 |
#region Save event |
|
1975 |
#region Save event
|
|
1963 | 1976 |
|
1964 | 1977 |
private void SetSaved() |
1965 | 1978 |
{ |
내보내기 Unified diff