How can I call a method which defined in projectA from projectB?
I have created a project suite ProjectSuite1 and have created 2 projects projectA and projectB under the project suite. I want to call a method which defined in unit1 of projectA from projectB. Is it ...