Advertisement
Guest User

Untitled

a guest
Mar 27th, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. foreach (Window window in Application.Current.Windows)
  2. {
  3. if (window.GetType() == typeof(window1))
  4. {
  5. (window as window1)........
  6.  
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement