rework service disposal

This commit is contained in:
rootdarkarchon
2023-01-31 19:52:12 +01:00
parent ef5e77017f
commit 2ca3e639b4
24 changed files with 299 additions and 265 deletions

View File

@@ -17,7 +17,7 @@ public class DownloadUi : Window, IDisposable
public void Dispose()
{
Logger.Verbose("Disposing " + nameof(DownloadUi));
Logger.Verbose($"Disposing {GetType()}");
_windowSystem.RemoveWindow(this);
}