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