Tagged Questions
0
votes
6answers
2k views
Exposing the methods of a DLL in C#
After someone creates a DLL in C# using the Microsoft Visual development environment, how would another programmer take that code, make a new project that includes the DLL's source and make a GUI that ...