private void settingstoolStripButton_Click(object sender, EventArgs e) { frmSettings settings = new frmSettings(); settings.ShowDialog(); }