How to – transmit data between Windows Forms

 

You can download the project from

Also you can look to the video :

 

Very Short:

  1. Make a constructor on the form that has a parameter of the type you want to send.
  2. Do not forget the call to this( in order to execute InitializeComponent).
  3. Always verify on Load event that the copy of parameter is initialized.