private void paintToolStripMenuItem_Click(object sender, EventArgs e) { frmPaint fp = new frmPaint(); fp.Show(); }