개정판 b2c6901f
Revert "markus 성능개선"
This reverts commit 0cda2a885008c0503d20d124631932685c72d462.
Reason for revert: <INSERT REASONING HERE>
Change-Id: I5840bb32d1074d593b86c75b9e9ece59add82525
KCOM/Controls/PrintControl.xaml.cs | ||
---|---|---|
503 | 503 |
{ |
504 | 504 |
Owner = Application.Current.MainWindow, |
505 | 505 |
Theme = new VisualStudio2013Theme(), |
506 |
Header = "Info",
|
|
507 |
Content = "Not specified the page."
|
|
506 |
Header = "안내",
|
|
507 |
Content = "페이지가 지정되지 않았습니다."
|
|
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 = "Info",
|
|
563 |
Content = "Not specified the page.",
|
|
562 |
Header = "안내",
|
|
563 |
Content = "페이지가 지정되지 않았습니다.",
|
|
564 | 564 |
}); |
565 | 565 |
return; |
566 | 566 |
} |
내보내기 Unified diff