private void button1_Click_1(object sender, EventArgs e) { this.MinimumSize = new Size(1, 1); this.Width = 2; this.Height = 2; }