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
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.