private void button1_Click(object sender, System.EventArgs e) { TestForm t = new TestForm(); t.ShowDialog(); }