개정판 b9b01f8e
issue #811 Print, Export, message Dialog창이 상단으로 오지 않는 현상
KCOM/Views/MainMenu.xaml.cs | ||
---|---|---|
3336 | 3336 |
{ |
3337 | 3337 |
RadWindow.Alert(new DialogParameters |
3338 | 3338 |
{ |
3339 |
Owner = Application.Current.MainWindow, |
|
3339 | 3340 |
Theme = new VisualStudio2013Theme(), |
3340 | 3341 |
Header = "안내", |
3341 | 3342 |
Content = "기존의 코멘트가 존재합니다. 사용자 리스트에서 먼저 선택해주세요", |
... | ... | |
5483 | 5484 |
} |
5484 | 5485 |
DialogParameters parameters = new DialogParameters() |
5485 | 5486 |
{ |
5487 |
Owner = Application.Current.MainWindow, |
|
5486 | 5488 |
Closed = (obj, args) => this.MarkupNamePromptClose(MarkupData, args), |
5487 | 5489 |
DefaultPromptResultValue = "Custom State", |
5488 | 5490 |
Content = "Name :", |
... | ... | |
5574 | 5576 |
|
5575 | 5577 |
DialogParameters parameters = new DialogParameters() |
5576 | 5578 |
{ |
5579 |
Owner = Application.Current.MainWindow, |
|
5577 | 5580 |
Content = box, |
5578 | 5581 |
Header = header, |
5579 | 5582 |
Theme = new VisualStudio2013Theme(), |
내보내기 Unified diff