I\'m writing a WindowsForms application in MS Visual C#, and I need two forms to be able to reference each other. As I test, I created two buttons on Form1 -- one button tha
Have a mediator (Wikipedia Definition) between the two.
This is an implementation example in C#.