예제 #1
0
 private void ClearRecords()
 {
     Prefs.ClearRecords();
     Prefs.ClearHighest();
     highestRecord  = 0;
     recordLog.text = "";
 }