Send data from second form back to mainform in C#

Subscribers:
5,420
Published on ● Video Link: https://www.youtube.com/watch?v=JLZcSzm4hPs



Duration: 2:07
23,164 views
72


Method 2:
1. Create reference type in first form
2. Send reference type in through the second forms constructor
3. In second form, set reference type values
4. In first form, after form2 is shown and before it is disposed, apply values from reference type to whatever necessary







Tags:
csharp
C#
second
back
info
retrieve
send
data
form
communication