W
wingphil
Hi all,
I've got a class in my project called Location - it has some shared
members that I can't reference from within a form because forms have a
property called location. Short fo renaming the class or putting
Projectname.Location.Member which is a bit wordy for my liking, how can
I tell the compiler I'm talking about the Location class, not the
Location member? I'm using VS 2003.
Thanks very much for any help you can offer,
Phil
I've got a class in my project called Location - it has some shared
members that I can't reference from within a form because forms have a
property called location. Short fo renaming the class or putting
Projectname.Location.Member which is a bit wordy for my liking, how can
I tell the compiler I'm talking about the Location class, not the
Location member? I'm using VS 2003.
Thanks very much for any help you can offer,
Phil