private void configurationToolStripMenuItem_Click(object sender, EventArgs e) { FormConfiguration fConf = new FormConfiguration(); fConf.ShowDialog(); }