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