Remove AmmyUI

This commit is contained in:
Alexey Golub 2018-04-15 16:08:57 +03:00
parent cc2583f96b
commit 435510baf9
20 changed files with 518 additions and 856 deletions

View file

@ -1,19 +0,0 @@
using System.Windows;
namespace DiscordChatExporter.Gui
{
public partial class App
{
private Container Container => (Container) Resources["Container"];
private void App_Startup(object sender, StartupEventArgs e)
{
Container.Init();
}
private void App_Exit(object sender, ExitEventArgs e)
{
Container.Cleanup();
}
}
}