khowell78737
Programmer
If I declare something "Public Shared" in a class, once initialized it holds the data until when? The class is destroyed?
Suppose I wanted to initalize a Public Shared variable in a MDI form. Would that variable be available until the MDI parent was closed (application exit?)
Thanks in advance!
Suppose I wanted to initalize a Public Shared variable in a MDI form. Would that variable be available until the MDI parent was closed (application exit?)
Thanks in advance!