I am new to WinForms my Main form is multi document interface and there is a new button when i click it Form2 open up (I can open more than one form of type Form2 at the same time)
inside Form2 I have a data Grid View
the question is how can I send any data from any class in the namespace to the data Grid View in Form2