private void pIDToolStripMenuItem_Click(object sender, EventArgs e) { graphics form1 = new graphics(serialPort1); form1.Show(); }