private void tsmiSettings_Click(object sender, EventArgs e) { FormConfig frm = new FormConfig(); frm.ShowDialog(); }