Beispiel #1
0
        public StatsGetGlobalStatHistory GetGlobalStatHistoryDouble(string name, int historyDays)
        {
            StatsGetGlobalStatHistory result = new StatsGetGlobalStatHistory();

            result.result = GetGlobalStatHistory(name, out result.doubleSender, historyDays);
            return(result);
        }
 public StatsGetGlobalStatHistory GetGlobalStatHistoryDouble(string name, int historyDays)
 {
     StatsGetGlobalStatHistory result = new StatsGetGlobalStatHistory();
     result.result = GetGlobalStatHistory(name, out result.doubleSender, historyDays);
     return result;
 }