Exemplo n.º 1
0
 public void AddLeaf(Branch B, Leaf L)
 {
     B.AddLeaf(L);
     Leaves.Add(L);
 }