Пример #1
0
 internal static void SaveScore(string name, int score)
 {
     Statistics.StatisticsClient statistics = new Statistics.StatisticsClient();
     statistics.SaveScoreAsync(name, score);
 }