✅ How to Update the original instance of my Main Form from another form
I have a Function i'd Like to call from my Mainform and from my second form( the function updates a listbox an my Mainform), to achieve that i created a new instance of my Mainform in my second form, but it apears to only update the listbox on the new Instance of my Main form not on the old one, how can i Update the listbox on the Original Mainform instance.
(i apollogize for my bad english)
This is the Function id Like to call that should update the listbox on my Mainform
This is the Button from my second form that i use to call my function on the first Form.
(i use windows Forms incase thats important)
(i apollogize for my bad english)
This is the Function id Like to call that should update the listbox on my Mainform
This is the Button from my second form that i use to call my function on the first Form.
(i use windows Forms incase thats important)

