Example #1
0
 public void DeleteFromHighScores(string column, string value)
 {
     md.DeleteFromHighScores(column, value);
 }