개정판 0cda2a88
ID | 0cda2a885008c0503d20d124631932685c72d462 |
상위 | b4b23404 |
하위 | 65d2042f, 2c629eec, 4cb62752, 71208c63, 606884bf, 64374bd8, 7f8a2ff4, 20ef6ffe, b2c6901f, 2c3eae15, 77190232, 6b24246c |
markus 성능개선
- 일정 페이지범위를 local 저장소에 저장
- Markup데이터를 페이지 로딩전 미리 로드
Change-Id: Ib6ef3d770a360c40acf01d6de04668bee653eee4
KCOM/Controls/PrintControl.xaml.cs | ||
---|---|---|
503 | 503 |
{ |
504 | 504 |
Owner = Application.Current.MainWindow, |
505 | 505 |
Theme = new VisualStudio2013Theme(), |
506 |
Header = "안내",
|
|
507 |
Content = "페이지가 지정되지 않았습니다."
|
|
506 |
Header = "Info",
|
|
507 |
Content = "Not specified the page."
|
|
508 | 508 |
}); |
509 | 509 |
this.printIndy.IsBusy = false; |
510 | 510 |
return; |
... | ... | |
559 | 559 |
{ |
560 | 560 |
Owner = Application.Current.MainWindow, |
561 | 561 |
Theme = new VisualStudio2013Theme(), |
562 |
Header = "안내",
|
|
563 |
Content = "페이지가 지정되지 않았습니다.",
|
|
562 |
Header = "Info",
|
|
563 |
Content = "Not specified the page.",
|
|
564 | 564 |
}); |
565 | 565 |
return; |
566 | 566 |
} |
내보내기 Unified diff