개정판 b2c6901f
Revert "markus 성능개선"
This reverts commit 0cda2a885008c0503d20d124631932685c72d462.
Reason for revert: <INSERT REASONING HERE>
Change-Id: I5840bb32d1074d593b86c75b9e9ece59add82525
KCOM/Events/Implementation/TopMenuEvent.cs | ||
---|---|---|
344 | 344 |
{ |
345 | 345 |
if ((item as IKCOM.MarkupInfoItem).UserID == App.ViewInfo.UserID) |
346 | 346 |
{ |
347 |
/// 저장 서비스 호출 |
|
348 | 347 |
this.ExecuteSaveCommand(mainMenu); |
349 |
|
|
350 | 348 |
ViewerDataModel.Instance._markupInfoList.Where(data => data.MarkupInfoID == (item as IKCOM.MarkupInfoItem).MarkupInfoID).FirstOrDefault().UpdateTime = DateTime.Now; |
351 | 349 |
if (!ViewerDataModel.Instance.IsConsolidate && (sender != null)) |
352 | 350 |
{ |
... | ... | |
409 | 407 |
SaveCommand.Instance.Execute(SelectedMarkupInfos); |
410 | 408 |
} |
411 | 409 |
|
412 |
if (ViewerDataModel.Instance.RotationDocs.Count > 0) |
|
413 |
{ |
|
410 |
if(ViewerDataModel.Instance.RotationDocs.Count > 0) |
|
414 | 411 |
SaveCommand.Instance.PageAngleSave(App.ViewInfo.ProjectNO, ViewerDataModel.Instance.RotationDocs); |
415 |
} |
|
416 | 412 |
} |
417 | 413 |
catch (Exception ex) |
418 | 414 |
{ |
... | ... | |
1223 | 1219 |
{ |
1224 | 1220 |
Owner = Application.Current.MainWindow, |
1225 | 1221 |
Theme = new VisualStudio2013Theme(), |
1226 |
Header = "Info",
|
|
1227 |
Content = "Enter the correct page number.",
|
|
1222 |
Header = "안내",
|
|
1223 |
Content = "페이지 번호를 정확하게 입력해 주세요",
|
|
1228 | 1224 |
}); |
1229 | 1225 |
} |
1230 | 1226 |
else |
... | ... | |
1235 | 1231 |
{ |
1236 | 1232 |
Owner = Application.Current.MainWindow, |
1237 | 1233 |
Theme = new VisualStudio2013Theme(), |
1238 |
Header = "Info",
|
|
1239 |
Content = "Enter the correct page number.",
|
|
1234 |
Header = "안내",
|
|
1235 |
Content = "페이지 번호를 정확하게 입력해 주세요",
|
|
1240 | 1236 |
}); |
1241 | 1237 |
} |
1242 | 1238 |
else |
... | ... | |
1252 | 1248 |
{ |
1253 | 1249 |
Owner = Application.Current.MainWindow, |
1254 | 1250 |
Theme = new VisualStudio2013Theme(), |
1255 |
Header = "Info",
|
|
1256 |
Content = "Enter the correct page number.",
|
|
1251 |
Header = "안내",
|
|
1252 |
Content = "페이지 번호를 정확하게 입력해 주세요",
|
|
1257 | 1253 |
}); |
1258 | 1254 |
} |
1259 | 1255 |
|
... | ... | |
1305 | 1301 |
{ |
1306 | 1302 |
Owner = Application.Current.MainWindow, |
1307 | 1303 |
Theme = new VisualStudio2013Theme(), |
1308 |
Header = "Info",
|
|
1309 |
Content = "Enter the correct page number.",
|
|
1304 |
Header = "안내",
|
|
1305 |
Content = "페이지 번호를 정확하게 입력해 주세요",
|
|
1310 | 1306 |
}); |
1311 | 1307 |
} |
1312 | 1308 |
} |
... | ... | |
1438 | 1434 |
{ |
1439 | 1435 |
Owner = Application.Current.MainWindow, |
1440 | 1436 |
Theme = new VisualStudio2013Theme(), |
1441 |
Header = "Info",
|
|
1442 |
Content = "Enter the correct page number.",
|
|
1437 |
Header = "안내",
|
|
1438 |
Content = "페이지 번호를 정확하게 입력해 주세요",
|
|
1443 | 1439 |
}); |
1444 | 1440 |
} |
1445 | 1441 |
} |
... | ... | |
2396 | 2392 |
this.ParentOfType<MainWindow>().dzMainMenu.mouseHandlingMode = IKCOM.MouseHandlingMode.None; |
2397 | 2393 |
} |
2398 | 2394 |
} |
2399 |
|
|
2400 | 2395 |
} |
2401 | 2396 |
|
2402 | 2397 |
private void SyncInit() |
내보내기 Unified diff