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