Exemplo n.º 1
0
 public Boxes(Boxes other)
 {
     _boxes = other.Select(b => new Box(b)).ToList();
 }