개정판 5639752b
issue #00000 Compare 오류 수정
Change-Id: If0efab86e471922327866c6e89b3252e6f565df2
KCOM/Views/MainMenu.xaml.cs | ||
---|---|---|
1201 | 1201 |
{ |
1202 | 1202 |
await MarkupParser.ParseExAsync(App.BaseAddress, ViewerDataModel.Instance.NewMarkupCancelToken(), App.ViewInfo.ProjectNO, markupitem.Data, Common.ViewerDataModel.Instance.MarkupControls_Sync,PageAngle, item.DisplayColor, "", item.MarkupInfoID); |
1203 | 1203 |
|
1204 |
if (cts.IsCancellationRequested) |
|
1205 |
{ |
|
1206 |
return; |
|
1207 |
} |
|
1204 |
//if (cts.IsCancellationRequested)
|
|
1205 |
//{
|
|
1206 |
// return;
|
|
1207 |
//}
|
|
1208 | 1208 |
} |
1209 | 1209 |
} |
1210 | 1210 |
} |
내보내기 Unified diff