I\'m new to C# and I\'m trying to learn to usage of DLLs. I\'m trying to wrap my objects in a DLL, and then use it in my program.
public class Foo // its in
Add the DLL via the solution explorer - right click on references --> add reference then "Browse" to your DLL - then it should be available.