S
Steve
Hi All,
I'm new to C# so bear with me. I have a public string const that I
need to be visible within any class within my namespace so I'll have
one place to maintain the string value and have changes affect all
classes.
What is the preferred way to do this?
Thanks,
Steve
I'm new to C# so bear with me. I have a public string const that I
need to be visible within any class within my namespace so I'll have
one place to maintain the string value and have changes affect all
classes.
What is the preferred way to do this?
Thanks,
Steve