Method names fix

This commit is contained in:
Anton Kasyanov
2018-02-19 21:18:23 +02:00
parent 7401e25719
commit 42be487d31
6 changed files with 10 additions and 10 deletions

View File

@@ -77,7 +77,7 @@ namespace EveOPreview.Presenters
{
this._mediator.Send(new StopService()).Wait();
this._thumbnailManager.Deactivate();
this._thumbnailManager.Stop();
this._configurationStorage.Save();
request.Allow = true;
return;