mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-26 08:25:26 +00:00
Migrate to Stylet and refactor view/view-model framework
This commit is contained in:
@@ -1,13 +1,6 @@
|
||||
using System.Windows;
|
||||
using System.Windows.Threading;
|
||||
|
||||
namespace DiscordChatExporter.Gui
|
||||
namespace DiscordChatExporter.Gui
|
||||
{
|
||||
public partial class App
|
||||
{
|
||||
private void App_OnDispatcherUnhandledException(object sender, DispatcherUnhandledExceptionEventArgs args)
|
||||
{
|
||||
MessageBox.Show(args.Exception.ToString(), "Error occured", MessageBoxButton.OK, MessageBoxImage.Error);
|
||||
}
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user