This commit is contained in:
Tyrrrz
2024-05-15 23:16:14 +03:00
parent b12be796c7
commit 8f9c0f8660
2 changed files with 16 additions and 3 deletions

View File

@@ -20,12 +20,12 @@ namespace DiscordChatExporter.Gui;
public class App : Application, IDisposable
{
private readonly DisposableCollector _eventRoot = new();
private readonly ServiceProvider _services;
private readonly SettingsService _settingsService;
private readonly MainViewModel _mainViewModel;
private readonly DisposableCollector _eventRoot = new();
public App()
{
var services = new ServiceCollection();