Example #1
0
 public App()
 {
     LoggingConfig.SetupLog4net();
     AppDomain.CurrentDomain.UnhandledException += (s, e) => OnUnhandledException(e);
     WireTaskExceptionHandler();
     InitializeComponent();
 }