private void eventLibraryToolStripMenuItem_Click(object sender, EventArgs e) { EventLibrary dlg = new EventLibrary(); dlg.Show(); }