[Mono-list] Using Custom Namespaces

Eric Damron edamron@spamcop.net
Sat, 02 Oct 2004 16:09:23 -0700


I have created a set of related classes and have grouped them under a 
namespace.  How do I use these classes in projects?  Just including 
Using "namespace" doesn't work because monodevelop doesn't know about my 
custom namespace.  Is there someway to register this new namespace with 
monodevelop?

Thanks.