Tell me, I want to make a program constructor, here is a menu (empty) and now I want others to be able to add items there without having the source code. For example, there are 2 input fields:
- Title
- Link
When the user enters the name of the item and the link in the first field, then when he clicks the "Add" button, an item appears in the menu, which, when clicked, goes to the link in the WebBrowser element.