private void rawLogToolStripMenuItem_Click(object sender, EventArgs e) { frmRaw fr = new frmRaw(ircCore1); fr.Show(); }