Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2015
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. Window w = new Window();
  2. w.MaxHeight = w.MinHeight = 300;
  3. w.MinWidth = w.MaxWidth = 400;
  4. w.WindowStyle = System.Windows.WindowStyle.None;
  5. w.Show();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement