コード例 #1
0
 public bool Detach(GoodsElement goods)
 {
     return(goodsList.Remove(goods));
 }
コード例 #2
0
 public void Attach(GoodsElement goods)
 {
     goodsList.Add(goods);
 }