Ejemplo n.º 1
0
 //Combines the current dataset with the dataset in the database
 public void combinethisPlayerWithStoredStats()
 {
     DBControls.combineDataSets(this);
 }