Ya I thought C# would have it but maybe not.
VS has a list for every project that contains namespaces such as "sysyem", "System.drawing" and "System.Windows.Forms" or whatever you want. This list of namespaces is automatically imported into every code file in the project. You can see this in a vb project by going to the properties of the project and then to References.
Thank
Leif