Ejemplo n.º 1
0
        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;
        }
Ejemplo n.º 2
0
        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;
        }