개정판 93b4c0eb
Fix: 사용하지 않는 프로젝트 제거
Change-Id: I8356606729f209c99941ee9fcabd006ef4c649c3
KCOM/App.xaml.cs | ||
---|---|---|
1 | 1 |
|
2 | 2 |
using KCOM.Common; |
3 | 3 |
using KCOM.Views; |
4 |
using License.Validator; |
|
4 |
///using License.Validator;
|
|
5 | 5 |
using log4net; |
6 | 6 |
using System; |
7 | 7 |
using System.ComponentModel; |
... | ... | |
414 | 414 |
return result; |
415 | 415 |
} |
416 | 416 |
|
417 |
private void License_ValidateError(object sender, ValidateErrorArgs e) |
|
417 |
/*private void License_ValidateError(object sender, ValidateErrorArgs e)
|
|
418 | 418 |
{ |
419 | 419 |
e.Received = true; |
420 | 420 |
|
... | ... | |
426 | 426 |
///MessageBox.Show(e.Message); |
427 | 427 |
Application.Current.Shutdown(); |
428 | 428 |
} |
429 |
*/ |
|
429 | 430 |
|
430 | 431 |
private void Current_DispatcherUnhandledException(object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e) |
431 | 432 |
{ |
내보내기 Unified diff