Exemple #1
0
 public SecondIterator(Box box)
 {
     this.box             = box;
     this.currentPosition = 0;
 }