A
Alan Roberts
How can I make an item accessible to all areas of my assembly? For instance
say I have a string constant called sProgramName that I set to be "My
Program" located in a class called CConstants. How can I make this string
accessible to all classes within my assembly without 1) having to
instantiate a class or 2) reference the class (eg I want to just reference
sProgramName not CConstants.sProgramName)?
Thanks
Alan
say I have a string constant called sProgramName that I set to be "My
Program" located in a class called CConstants. How can I make this string
accessible to all classes within my assembly without 1) having to
instantiate a class or 2) reference the class (eg I want to just reference
sProgramName not CConstants.sProgramName)?
Thanks
Alan