개정판 b2d0f316
Feature: 선택한 객체를 앞으로(+)/뒤로(-) 보내기 기능 추가
Change-Id: I9130a93cfdb2d079f28258f3d669a6f532695f89
KCOM/Common/ViewerDataModel.cs | ||
---|---|---|
118 | 118 |
|
119 | 119 |
//private ObservableCollection<CommentUserInfo> markupControls_Pre = new ObservableCollection<CommentUserInfo>(); |
120 | 120 |
|
121 |
private ObservableCollection<CommentUserInfo> markupControls = new ObservableCollection<CommentUserInfo>(); |
|
121 |
|
|
122 | 122 |
private ObservableCollection<CommentUserInfo> markupControls_Sync = new ObservableCollection<CommentUserInfo>(); |
123 |
private ObservableCollection<CommentUserInfo> markupControls_User = new ObservableCollection<CommentUserInfo>(); |
|
123 |
private ObservableCollection<CommentUserInfo> markupControls { get; } = new ObservableCollection<CommentUserInfo>(); |
|
124 |
/// <summary> |
|
125 |
/// 사용자가 작업 중인 markup 데이터 |
|
126 |
/// </summary> |
|
127 |
private ObservableCollection<CommentUserInfo> markupControls_User { get; } = new ObservableCollection<CommentUserInfo>(); |
|
124 | 128 |
|
125 | 129 |
|
126 | 130 |
////강인구 추가 |
내보내기 Unified diff