private void preciosNCCToolStripMenuItem_Click(object sender, EventArgs e) { FormPrecioNCC s = new FormPrecioNCC(); s.ShowDialog(); }