Пример #1
0
 internal override double Update()
 {
     //Rainmeter.API.Log(API.LogType.Debug, "Update()");
     summary = StatsDB.RankedSummary(Path, Server);
     return(GetValue(Type));
 }
Пример #2
0
 internal override double Update()
 {
     //Rainmeter.API.Log(API.LogType.Debug, "Update()");
     summary = StatsDB.RankedSummary(Path, Server, Format);
     return GetValue(Type);
 }