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