Html Generator (Added CefSharp / Chrome)

Updated Result API with Tournament Urls
Updated Setup
This commit is contained in:
2019-06-02 17:19:28 +02:00
parent 9d3a14d1c2
commit 6f682df13a
24 changed files with 2764 additions and 182 deletions

View File

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