I am running a test unit (and learning about them). Quite simply, my unit creates a List and passes it to my MainWindow.
The issue I have is after I show()
show()
Of course, since it is only for testing, using
ShowDialog()
may be an option instead of 'Show()'