Simple (I think) question.
If I have a app where I want multiple instances of the same window, is it bad practice to not save references to those instances as properties somewhere?
I have no need to access anything on those windows from the main window, so do I need to keep references around that I need to clean up when the windows are closed?
4 posts - 3 participants