개정판 b7645ccc
bidders 추가
Change-Id: I9c989ee8a326270404b88a3d05e841816b05aa57
KCOM/ViewModel/RequirementViewModel.cs | ||
---|---|---|
153 | 153 |
} |
154 | 154 |
private void Instance_OnLoadPaged(object sender, EventArgs e) |
155 | 155 |
{ |
156 |
GotoMarkup(new[] { App.PEMSSInfo.CommentID }); |
|
156 |
var comment = RequirementList.SelectMany(x => x.VpComments).Where(y => y.commentId == App.PEMSSInfo.CommentID); |
|
157 |
|
|
158 |
if (comment.Count() > 0) |
|
159 |
{ |
|
160 |
GotoMarkup(new[] { App.PEMSSInfo.CommentID }); |
|
161 |
} |
|
162 |
|
|
157 | 163 |
Common.ViewerDataModel.Instance.OnLoadPaged -= Instance_OnLoadPaged; |
158 | 164 |
} |
159 | 165 |
|
내보내기 Unified diff