I have a WPF window that I am launching from inside of a winform app. I only want to allow once instance of that WPF window to be open at a time, and not warn that user if t
It would be better make the frmCaseWpf class a singleton. That way you can't create another instance