예제 #1
0
 //========================================
 // setCounter() update the counters in the file
 //========================================
 public void setCounter()
 {
     countReader.updateCountes(count);
 }
예제 #2
0
 //=======================================
 //Update counters in the file
 //=======================================
 public void updateCounters(Counters c)
 {
     count.updateCountes(c);
 }