I\'ve created a new Class Library in C# and want to use it in one of my other C# projects - how do I do this?
Here is a good article on creating and adding a class library. Even shows how to create Methods through the method wizard and how to use it in the application