J
Jeff Woodie
Just pull all of the code that "hydrates" your class out of the constructor
into it's own method. Then call that method from the constructor and
anywhere you want to "refresh" the class.
Jeff Woodie
into it's own method. Then call that method from the constructor and
anywhere you want to "refresh" the class.
Jeff Woodie