コード例 #1
0
 public HistoricalSection()
 {
     Child = new PaginatedScoreContainer(ScoreType.Recent, User, "Recent Plays (24h)", "No performance records. :(");
 }
コード例 #2
0
 public HistoricalSection()
 {
     Child = new PaginatedScoreContainer(ScoreType.Recent, User, "Recent Plays (24h)");
 }