In my application, I am using a user control which is compiled in a separate project.
Assume that my application is named ABC.exe and the name of the user control is bb.dll, and that bb.dll is devloped only to get used in ABC.exe.
In an event of the user control bb.dll, I want to call one public function of ABC.exe
Is it possible to do this?
I am doing this in frame work 3.5