How to call methods of another Form from child window
toIn My Projects i Have 3 Forms:
Form1: MDIParent
Form2: MDIChild
Form3: Normal Form
i want to access data and call methods of Form3 from Child Window.
I am new to C# can any one solve my problem.