private void btnConf_Click(object sender, EventArgs e) { FormConfig formConfig = new FormConfig(); formConfig.ShowDialog(); formConfig.Dispose(); }