private void button1_Click(object sender, EventArgs e) { using (SimpleForm f = new SimpleForm()) { f.ShowDialog(this); } }