private void btnConfig_Click(object sender, EventArgs e) { frmConfig frmConfig = new frmConfig(); frmConfig.ShowDialog(); }