개정판 24c5bad3
issue #752 User information List에서 데이터 삭제시 느린 현상 수정 (임시파일삭제시오래걸림)
KCOM/Views/MainMenu.xaml.cs | ||
---|---|---|
314 | 314 |
ComingNewBieEnd = false; |
315 | 315 |
ViewerDataModel.Instance.MarkupList_USER.Remove(a); |
316 | 316 |
//임시파일에서도 삭제 |
317 |
for (int i = 0; i < item.MarkupList.Count; i++) |
|
318 |
{ |
|
319 |
temp.DelTemp(item.MarkupList[i].ID, this.ParentOfType<MainWindow>().dzMainMenu.pageNavigator.CurrentPage.PageNumber.ToString()); |
|
320 |
} |
|
317 |
temp.DelTemp(a.ID, this.ParentOfType<MainWindow>().dzMainMenu.pageNavigator.CurrentPage.PageNumber.ToString()); |
|
321 | 318 |
}); |
322 | 319 |
|
323 | 320 |
gridViewMarkup.ItemsSource = ViewerDataModel.Instance._markupInfoList; |
내보내기 Unified diff