|
Hi,
I am just wondering if a namespace includes the name of the class library that you have created? For example, if i have a class using a namespace of ABC.123 and my class library project name is also called ABC. When i add in the import statement, it should be "ABC.ABC.123" right? The namespace ABC will be the second and first level of the namespace right?
Thanks
|