remove unnecessary debug and fix locale issues
This commit is contained in:
parent
e41b348acb
commit
051c4df2b6
4 changed files with 25 additions and 14 deletions
|
@ -14,10 +14,5 @@ namespace EnvyUpdate
|
|||
/// </summary>
|
||||
public partial class App : Application
|
||||
{
|
||||
public bool DoHandle { get; set; }
|
||||
private void Application_DispatcherUnhandledException(object sender, System.Windows.Threading.DispatcherUnhandledExceptionEventArgs e)
|
||||
{
|
||||
MessageBox.Show(e.Exception.ToString());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue