Esempio n. 1
0
 public MyList(BinaryTree MyBinaryTree)
 {
     MyBinaryTree.MakeAList(this);
 }