public void Setup()
 {
     _highScores = new SqlHighScoreTable();
     _highScores.InitializeDatabase();
     _highScores.ClearHighScoreList(tableName);
 }
Exemplo n.º 2
0
 public void Setup()
 {
     _highScores = new SqlHighScoreTable();
     _highScores.InitializeDatabase();
 }