개정판 959b3ef2
issue #000: add DeleteCommand class
Change-Id: I3edc8872d4351d2e0f7c3b25691631606d20cbd3
KCOM/Views/MainMenu.xaml.cs | ||
---|---|---|
356 | 356 |
BaseClient.DeleteMarkupAsync(App.ViewInfo.ProjectNO, item.MarkupInfoID); |
357 | 357 |
} |
358 | 358 |
|
359 |
/// <summary> |
|
360 |
/// delete selected comments |
|
361 |
/// </summary> |
|
362 |
/// <param name="sender"></param> |
|
363 |
/// <param name="e"></param> |
|
359 | 364 |
public void DeleteCommentEvent(object sender, RoutedEventArgs e) |
360 | 365 |
{ |
361 | 366 |
//선택된 어도너가 있을시 삭제가 되지 않음(강인구 추가) |
내보내기 Unified diff