I am curious, what is the best way to hold a string (user ID) throughout the entirety of an application? I dont really want to use my.settings, unless i have to. I do not want this variable to ever lose its value until the last form is closed. Does it make sense to create an entire class to hold one variable?
↧