2
Answers

How to reference external class file

Ask a question
Jeff Johnson

Jeff Johnson

15y
14.5k
1

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


Answers (2)