コード例 #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);
 }