static public void logReport(uint accountID, ulong confirmationID) { string report; if (confirmationID > 0) { report = ": Репорт для " + accountIDFormat(accountID) + " ОТПРАВЛЕН, report id " + confirmationID + "."; } else { report = ": Репорт для " + accountIDFormat(accountID) + " НЕ отправлен."; } informationsteam = "Готово"; account account = new account(); account.TextREPORT(report, Config.SteamLogin + ".json"); isRunning = false; }
static public void logReport(uint accountID, ulong confirmationID) { string report; if (confirmationID > 0) { report = ": Report for " + accountIDFormat(accountID) + " SEND, report id " + confirmationID + "."; } else { report = ": Report for " + accountIDFormat(accountID) + " NOT send."; } informationsteam = "Ready"; account account = new account(); account.TextREPORT(report, Config.SteamLogin + ".json"); isRunning = false; }