Resharper Cleanup v2

This commit is contained in:
JustArchi
2017-04-05 17:23:18 +02:00
parent fcf9686a79
commit adfc992f26
19 changed files with 103 additions and 102 deletions

View File

@@ -73,9 +73,7 @@ namespace ArchiSteamFarm {
}
// This constructor is used only by deserializer
private GlobalDatabase() {
ServerListProvider.ServerListUpdated += OnServerListUpdated;
}
private GlobalDatabase() => ServerListProvider.ServerListUpdated += OnServerListUpdated;
public void Dispose() => ServerListProvider.ServerListUpdated -= OnServerListUpdated;