I've inherited a project and I believe i have most of the code, but I'd like to really understand how things are set up.
I have an aspx file with a aspx.cs file behind it. the .cs file refers to another file in another directory, but when I try to set up it's telling me about assemblies and directives and all that. The second .cs file has a bunch of methods I'd like to reference.
I don't understand about namespacing, so I thought I would just throw all three files into one directory, make a project and build it.
How do I reference a cs file within another .cs file?
thx,
M@