T
tshad
I am running C# in VS 2.0 and when I do:
using System.Drawing;
I get an error saying that namespace doesn't exist. When I do System. I get
a dropdown with a bunch of namespaces but Drawing is not one.
Why not?
Thanks,
Tom
using System.Drawing;
I get an error saying that namespace doesn't exist. When I do System. I get
a dropdown with a bunch of namespaces but Drawing is not one.
Why not?
Thanks,
Tom