예제 #1
0
        public App() {
            AppEvent += OnAppEvent;
            _siHandler = new SIHandler();
#if !DEBUG
            ExDialog.SetupExceptionHandler(this);
#endif
        }
예제 #2
0
        public App()
        {
            AppEvent  += OnAppEvent;
            _siHandler = new SIHandler();
#if !DEBUG
            ExDialog.SetupExceptionHandler(this);
#endif
        }