Sunday, January 15, 2012

Is there a way to import a cl to a C# application?

In C# you can use the "using" statement to import a namespace. However I have entered two namespaces with the same cl and it is giving me an error because the compiler doesnt know which cl to use.

No comments:

Post a Comment