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