private void tarifasPCCToolStripMenuItem_Click(object sender, EventArgs e) { FormProceso_CC c = new FormProceso_CC(); c.ShowDialog(); }