Refactor CLI (#81)

This commit is contained in:
Alexey Golub 2018-08-13 22:49:13 +03:00 committed by GitHub
parent 0faa427970
commit bd9dc6455f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 338 additions and 227 deletions

View file

@ -1,19 +1,6 @@
using System.Windows;
namespace DiscordChatExporter.Gui
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();
}
}
}