Have you tried sending th Form as a reference to the calss?
the Form you refer to is infact a class too, which inherits windows forms class.
So it is similar to calling a method from one object to another. however you should sebnd the Form class a reference so that you are referring to the same object, instead of creating more than one
Comment