Exemplo n.º 1
0
 public HistoricalSection()
 {
     Child = new PaginatedScoreContainer(ScoreType.Recent, User, "Recent Plays (24h)", "No performance records. :(");
 }
Exemplo n.º 2
0
 public HistoricalSection()
 {
     Child = new PaginatedScoreContainer(ScoreType.Recent, User, "Recent Plays (24h)");
 }