static public void logCommend(uint accountID, bool result) { string report; if (result) { report = String.Format(": Лайк для {0} НАКРУЧЕН!", accountIDFormat(accountID)); } else { report = String.Format(": Лайк для {0} НЕ накручен!", accountIDFormat(accountID)); } informationsteam = "Готово"; account account = new account(); account.TextCOMMEND(report, Config.SteamLogin + ".json"); isRunning = false; }
static public void logCommend(uint accountID, bool result) { string report; if (result) { report = String.Format(": Like for {0} SEND!", accountIDFormat(accountID)); } else { report = String.Format(": Like for {0} NOT send!", accountIDFormat(accountID)); } informationsteam = "Ready"; account account = new account(); account.TextCOMMEND(report, Config.SteamLogin + ".json"); isRunning = false; }