Ejemplo n.º 1
0
 public void Open(ItemBag bag, IList <Item> sourceItems, int sourceCapacity)
 {
     if (bag != null)
     {
         bag.OpenContents(sourceItems, sourceCapacity);
     }
 }