P
Peter Schmitz
Hi everyone,
I currently need to write a solution that consists of three parts: the main
application, a utility class library (*.dll) and a third application
(which
is written by some third-party developers).
Now, the utility DLL contains some functions I want to be accessible for
anyone who likes to reference this library in his/her own projects.
However,
there are some functions that shall only be accessible for my main
application (and not for the third-party application). Is there any way to
achieve such a thing?
Best wishes,
Peter
I currently need to write a solution that consists of three parts: the main
application, a utility class library (*.dll) and a third application
(which
is written by some third-party developers).
Now, the utility DLL contains some functions I want to be accessible for
anyone who likes to reference this library in his/her own projects.
However,
there are some functions that shall only be accessible for my main
application (and not for the third-party application). Is there any way to
achieve such a thing?
Best wishes,
Peter