private void pbVsSetting_Click(object sender, EventArgs e) { SettingForm sf = new SettingForm(setting); sf.Visible = true; }