Noob question here. I have a class that works in the main program file, but was wanting to put it (and each of my other classes) in external files to organize better. But I keep getting an error saying that my class doesn't exist. Is there an equivalent to #include in C#?
Thanks.
Jeff