Html Generator (Added CefSharp / Chrome)
Updated Result API with Tournament Urls Updated Setup
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Configuration;
|
||||
using System.Windows;
|
||||
using System.Windows.Threading;
|
||||
using Caliburn.Micro;
|
||||
|
||||
using LaDOSE.DesktopApp.ViewModels;
|
||||
@@ -53,5 +54,11 @@ namespace LaDOSE.DesktopApp
|
||||
container.BuildUp(instance);
|
||||
|
||||
}
|
||||
|
||||
protected override void OnUnhandledException(object sender, DispatcherUnhandledExceptionEventArgs e)
|
||||
{
|
||||
MessageBox.Show(e.Exception.Message, sender.ToString());
|
||||
base.OnUnhandledException(sender, e);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user