M
mavrick_101
Hi,
I have some constants that I would be using to specify some properties.
I found it hard to use enums for this purpose and feel more comfortable
using a static class that would have static properties returning the
constants.
What is THE RIGHT WAY to do it?
Thnx
I have some constants that I would be using to specify some properties.
I found it hard to use enums for this purpose and feel more comfortable
using a static class that would have static properties returning the
constants.
What is THE RIGHT WAY to do it?
Thnx