private void editorToolStripMenuItem_Click(object sender, EventArgs e) { mainform frm = new mainform(); frm.Show(); }