What is the proper way to send data between forms? I found several solutions online, but I want to know which one is best practice.
Printable View
What is the proper way to send data between forms? I found several solutions online, but I want to know which one is best practice.
I'd say make use of properties. Your one class ( Form ) should expose the certain property(ies) to your other classes ( Forms ).