I have .cs files I have downloaded that use some created namespaces. They compile fine when they are on their own in VS but when I try to add them to a program I am currently working on I cannot compile them. I am trying to use their methods
but it comes up with an error telling me the type or namespace name does not exist in the namespace. What do I have to do to be able to use the methods from that .cs file?
↧