Categories
How to check if a new window is open in c# wpf?
there are 2 windows the first parent and the second for example window win=new window(); win.show();
Answer the question
In order to leave comments, you need to log in
Application.Current.Windows.Contain(win);
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question