Using a class file/reference it?

后端 未结 4 2009
终归单人心
终归单人心 2020-12-06 22:47

If you use a you assembly reference (myExample.dll), you add like this to the top

using myExample;

Now if you create a class file, how do y

4条回答
  •  天命终不由人
    2020-12-06 23:37

    You want to add a using statement for whatever namespace you want to import. Go to the file and see what namespace it wraps the class you're interested in.

提交回复
热议问题