N
Nathan
Hi,
I have created a class library creating a number of forms and a few public
variables. I have a project that references the .dll for this class
library, and in that project I need to access those public variables.
For instance, the main app calls a form in the referenced library, that form
changes the value of PublicVar1 and then closes. The main app now needs to
know the value of PublicVar1.
How can I do this?
Thanks,
Nathan
I have created a class library creating a number of forms and a few public
variables. I have a project that references the .dll for this class
library, and in that project I need to access those public variables.
For instance, the main app calls a form in the referenced library, that form
changes the value of PublicVar1 and then closes. The main app now needs to
know the value of PublicVar1.
How can I do this?
Thanks,
Nathan