Access main form from Class Library
How can I access the main form from within a class library? I have a windows form project with added resources from several class libraries I created but I need to access the main form to update it from within the class library. How can I do this. Thx.