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