private void Bsti_FormClosed(object sender, FormClosedEventArgs e) { bsti = null; }
private void btn_insert_Click(object sender, EventArgs e) { bsti = new BinarySearchTreeInsert(); bsti.FormClosed += Bsti_FormClosed; bsti.Show(); }