private void settingsToolStripMenuItem_Click(object sender, EventArgs e) { using (Settings g = new Settings()) g.ShowDialog(); }