Hello. When re-opening the modal window an error occurs
Cannot set Visibility or Call Show, ShowDialog, or WindowInteropHelper. EnsureHandle after a Window has closed.
How to eliminate it?
Window w = new Window(); w.ShowDialog();
Source: https://ru.stackoverflow.com/questions/106142/
All Articles