private void configureToolStripMenuItem_Click(object sender, EventArgs e) { Form frmConfig = new frmConfigure(); frmConfig.Visible = true; }