The separation-of-concerns tag has no wiki summary.
0
votes
2answers
291 views
Access functions from user control without events?
On some generic functions, it seems that accessing a function on mainform directly from the usercontrol is easier than raising an event. For example: A function on main form that displays one desired ...