access class from main application from plugin
i have a plugin system that is working well but i need access to a class within the main application.
the class in the main application stores protected data.
i need to be able to place and retrieve protected data from each plugin.