Ejemplo n.º 1
0
 public Counter(TimeManager t)
 {
     timer = t;
     list = new LinkedList<MutablePair<int, int>>();
 }