Ejemplo n.º 1
0
 public static void NewScore(int idPlayer, int sc)
 {
     ConnectionDB.ExecuteNonQuery($"INSERT INTO  SCORE(IdPlayer, score) VALUES ({idPlayer},{sc})");
 }//++++++