//========================================
 // 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);
 }