Ejemplo n.º 1
0
 private static void Application_ThreadException(object sender, System.Threading.ThreadExceptionEventArgs e)
 {
     UIHelper.ShowError(e.Exception);
 }