Guest User

Untitled

a guest
Dec 9th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. private void Program_SizeChanged(object sender, EventArgs e)
  2. {
  3. controlName.Size = new Size(this.Width - 35, this.Height - 75);
  4. }
Add Comment
Please, Sign In to add comment