G
Guest
Hi, friends,
I am programming a Windows Form app using VC#. I need to have some info
shared through the whole app, e.g., login user id/name. I know I can create a
classs to hold these info in its properties, but each time I will have to
instantiate this class.
So, what is the best approach to store those global variables?
Thanks a lot.
I am programming a Windows Form app using VC#. I need to have some info
shared through the whole app, e.g., login user id/name. I know I can create a
classs to hold these info in its properties, but each time I will have to
instantiate this class.
So, what is the best approach to store those global variables?
Thanks a lot.