remove unnecessary debug and fix locale issues

This commit is contained in:
Jakob 2021-09-06 22:49:56 +02:00
parent e41b348acb
commit 051c4df2b6
4 changed files with 25 additions and 14 deletions

View file

@ -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());
}
}
}