Hi,
In my project, I want the user to click on a button to open a new form. In this new form, I would like to have a copy of an existing tree with all the current nodes in place. I tried using OOP and pass the tree in the constructor of the new form, but this did work. I also tried passing just the collection of nodes, but this didn't work either. Any thoughts?
Thanks, Matt