mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-30 22:45:18 -04:00
Migrate to Stylet and refactor view/view-model framework
This commit is contained in:
parent
083bdef419
commit
0d3510222e
49 changed files with 672 additions and 921 deletions
|
@ -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);
|
||||
}
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue