Advertisement
kshadow22

Minimize A Form

Mar 11th, 2014
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.09 KB | None | 0 0
  1. Form1 f1 = new Form1();
  2.                     f1.WindowState = FormWindowState.Minimized;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement