|
the quick answer is yes, lol write a method somewhere which has the initial states for all variables (they will have to be global or equivilant). Then when your program starts you can call this method instead of simply initializing on startup, which also allows you to call this method at any time during the app's run time.
|