コード例 #1
0
 private void btnInOrder_Click(object sender, EventArgs e)
 {
     txtMostrar.Text = miArbol.InOrder();
 }