private void configToolStripMenuItem_Click(object sender, EventArgs e) { configForm cf = new configForm(); cf.Show(); }