F
Felipe T.
Hi, in my 2 projects i have some shared DLLs,
i want these DLLs to be used only by these projects.
I could use a password and things like that, but well, the DLLs will ONLY be
used by these projects.
Im wondering if i put all the project Stuff in the same namespace and use
Friend classes, the classes would b available for all the namespace. But the
help says friend is for assembly, not for namespaces. I dont know any
Namespace-Scoped keyword.
Any help would b appreciated.
Thx
i want these DLLs to be used only by these projects.
I could use a password and things like that, but well, the DLLs will ONLY be
used by these projects.
Im wondering if i put all the project Stuff in the same namespace and use
Friend classes, the classes would b available for all the namespace. But the
help says friend is for assembly, not for namespaces. I dont know any
Namespace-Scoped keyword.
Any help would b appreciated.
Thx