How do I use a C# Class Library in a project?

后端 未结 9 2065
北恋
北恋 2020-11-28 05:23

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?

9条回答
  •  日久生厌
    2020-11-28 05:46

    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

提交回复
热议问题