I get the following exception when attempting to open a new window/form using .Show()
An exception of type System.ObjectDisposedException was thrown:
System.ObjectDisposedException: Cannot access a disposed object.
<< a lot of lines below this >>
I open new forms/windows with .Show in two other places and don't have this issue...