S
slavinger
Hi everyone,
Got a strange problem here: I'm typing in an example from a textbook
which uses the Views namespace, and being told by Visual C# '05 Express
that no 'Views' namespace exists. I'm doing the following:
using System;
using Views;
Views.Form form;
....
....
Any ideas?
Thanks!
Got a strange problem here: I'm typing in an example from a textbook
which uses the Views namespace, and being told by Visual C# '05 Express
that no 'Views' namespace exists. I'm doing the following:
using System;
using Views;
Views.Form form;
....
....
Any ideas?
Thanks!