I have some code, which calls the form.ShowDialog(IWin32Window)
overload rather than the form.ShowDialog()
one, but which passes in the current active window as the parameter.
Using the other overload seems to leave the behaviour intact. Is it safe to switch to the simpler overload? When would I want to pass in the IWin32Window parameter?