示例#1
0
 public void AddParent(Bag b)
 {
     this.Parents.Add(b);
 }
示例#2
0
 public void AddChild(Bag b, int nb)
 {
     this.Childs.Add(b, nb);
 }