private void bSettings_Click(object sender, EventArgs e) { SettingsForm sf = new SettingsForm(); sf.ShowDialog(this); }