개정판 95c73392
issue #00000 markup 바로가기 수정
KCOM/App.xaml.cs | ||
---|---|---|
1 | 1 |
|
2 | 2 |
using KCOM.Common; |
3 | 3 |
using KCOM.Views; |
4 |
using License.Validator; |
|
5 | 4 |
using log4net; |
6 | 5 |
using System; |
7 | 6 |
using System.ComponentModel; |
... | ... | |
354 | 353 |
} |
355 | 354 |
} |
356 | 355 |
|
357 |
private void License_ValidateError(object sender, ValidateErrorArgs e) |
|
358 |
{ |
|
359 |
e.Received = true; |
|
360 |
|
|
361 |
Telerik.Windows.Controls.RadWindow.Alert(new Telerik.Windows.Controls.DialogParameters |
|
362 |
{ |
|
363 |
Content = "License Error : " + e.Message, |
|
364 |
Owner = splashScreen |
|
365 |
}); |
|
366 |
///MessageBox.Show(e.Message); |
|
367 |
Application.Current.Shutdown(); |
|
368 |
} |
|
369 | 356 |
|
370 | 357 |
private void Current_DispatcherUnhandledException(object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e) |
371 | 358 |
{ |
내보내기 Unified diff