개정판 316d0f5c
- 페이지 이동 시 변경된 코멘트가 있을 경우 저장
- 프로그램 종료 할때 변경된 코멘트 없을 경우 예외 처리
- 사용자가 직접적인 저장을 할때에만 저장 되었다는 Alert가 표시 되도록 변경
KCOM/Events/Implementation/TopMenuEvent.cs | ||
---|---|---|
353 | 353 |
menu.gridViewMarkup.ItemsSource = ViewerDataModel.Instance._markupInfoList; |
354 | 354 |
menu.gridViewMarkup.SelectedItem = item; |
355 | 355 |
|
356 |
this.ParentOfType<MainWindow>().DialogMessage_Alert("Save 가 완료되었습니다.", "Alert"); |
|
356 |
if (sender != null) |
|
357 |
{ |
|
358 |
this.ParentOfType<MainWindow>().DialogMessage_Alert("Save 가 완료되었습니다.", "Alert"); |
|
359 |
} |
|
357 | 360 |
return; |
358 | 361 |
} |
359 | 362 |
} |
360 | 363 |
////강인구 변경 |
361 | 364 |
//this.ParentOfType<MainWindow>().DialogMessage_Alert("Please Select Your Comment List Item", "Alert"); |
362 | 365 |
} |
363 |
this.ParentOfType<MainWindow>().DialogMessage_Alert("Save 가 완료되었습니다.", "Alert"); |
|
366 |
if (sender != null) |
|
367 |
{ |
|
368 |
this.ParentOfType<MainWindow>().DialogMessage_Alert("Save 가 완료되었습니다.", "Alert"); |
|
369 |
} |
|
364 | 370 |
} |
365 | 371 |
|
366 | 372 |
public void RefactoryCommentReact(MainMenu menu) |
내보내기 Unified diff