private void button_settings_Click(object sender, EventArgs e) { settingsForm f1 = new settingsForm(); f1.ShowDialog(); }