I have a main form with a listbox with datasource set to BindingList.
When I select an item in listbox I want to open a new form to edit the selected item. Then once I am done editing just close the new opened form and update item in the listbox/BindingList.
How do I pass a listbox item to a new form?
P.S. In my listbox I store RouteStop class objects but the display text is custom.