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

@@ -407,9 +407,7 @@ namespace ArchiSteamFarm {
internal sealed class BotConfigEventArgs : EventArgs {
internal readonly BotConfig BotConfig;
internal BotConfigEventArgs(BotConfig botConfig = null) {
BotConfig = botConfig;
}
internal BotConfigEventArgs(BotConfig botConfig = null) => BotConfig = botConfig;
}
internal enum EUserInputType : byte {