개정판 d7e20d2d
markus 성능개선
- 일정 페이지범위를 local 저장소에 저장
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