프로젝트

일반

사용자정보

개정판 95c73392

ID95c733922c747da237412c3c5dfff611842775e7
상위 ea8a8440
하위 99b9f32a

김태성이(가) 약 한달 전에 추가함

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

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