private void btSetting_Click(object sender, EventArgs e) { var f = new FrmConfig(connectString); f.ShowDialog(); }