How to – transmit data between Windows Forms
You can download the project from
Also you can look to the video :
Very Short:
- Make a constructor on the form that has a parameter of the type you want to send.
- Do not forget the call to this( in order to execute InitializeComponent).
- Always verify on Load event that the copy of parameter is initialized.
Leave a Reply