Send data from second form back to mainform in C#
Channel:
Subscribers:
5,420
Published on ● Video Link: https://www.youtube.com/watch?v=JLZcSzm4hPs
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
Other Videos By Brian (Able Opus)
Tags:
csharp
C#
second
back
info
retrieve
send
data
form
communication