Mercurial > silverbladetech
comparison Chronosv2/source/App.xaml.cs @ 14:741981715d94
Initial review and translations
author | stevenh7776 stevenhollidge@hotmail.com |
---|---|
date | Tue, 21 Feb 2012 18:59:30 +0700 |
parents | 443821e55f06 |
children |
comparison
equal
deleted
inserted
replaced
13:87905693f506 | 14:741981715d94 |
---|---|
139 | 139 |
140 #region · Event Handlers · | 140 #region · Event Handlers · |
141 | 141 |
142 private void OnDispatcherUnhandledException(object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e) | 142 private void OnDispatcherUnhandledException(object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e) |
143 { | 143 { |
144 Logger.ErrorException("Excepción no manejada", e.Exception); | 144 Logger.ErrorException("Unhandled Exception", e.Exception); |
145 | 145 |
146 e.Handled = true; | 146 e.Handled = true; |
147 } | 147 } |
148 | 148 |
149 private void OnSingleInstanceActivated(object sender, SingleInstanceEventArgs e) | 149 private void OnSingleInstanceActivated(object sender, SingleInstanceEventArgs e) |