I have notepad like application.
I have two forms basically and one button on each form and my mainform is the startup form. If I click on button1 on it. Form2 appears which has a button2 on it.. I need to raise a event in Form1(or a method in Form1) when I click button on form2. How can I do it. I'm completely new to C#... but aware of oop...

Please help