Example #1
0
 public Inventory(ItemCollection sub)//was protected
 {
     this.sub = sub;
     this.sub.Attach(this);
     row = 0;
 }