Call function from DLL?

后端 未结 5 779
灰色年华
灰色年华 2020-12-14 06:36

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         


        
5条回答
  •  离开以前
    2020-12-14 07:21

    Add the DLL via the solution explorer - right click on references --> add reference then "Browse" to your DLL - then it should be available.

提交回复
热议问题