프로젝트

일반

사용자정보

개정판 93b4c0eb

ID93b4c0ebdc63f61aed0f38170d371a16d14ab888
상위 873b1379
하위 9db9ae82

백흠경이(가) 5달 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)