Posts by Guilherme Canaes • 1 point
1 post
-
0
votes7
answers10092
viewsA: How to make child form change values in parent form C#?
You can do via Events / delegates [which I find more robust], return values with static variable in third class, pass the form via argument to change properties and, there is also a possibility that…