I have a child window that is used for logging in. Previously, a large portion of the code was in the Window's code behind. I refactored all of it to fit the MVVM model. Which it's all working, except I can't close the child window when it's done.
I've looked into how to accomplish this from the VM, but everything I've tried hasn't ended up working.
Any ideas?