Ejemplo n.º 1
0
 public Counter3()
 {
     c1 = new Counter();
     c2 = new Counter();
     c3 = new Counter();
 }