private void notasDeCreditoToolStripMenuItem1_Click(object sender, EventArgs e) { cCotizaciones cc = new cCotizaciones(); cc.Show(); }
private void cotizacionesToolStripMenuItem_Click(object sender, EventArgs e) { cCotizaciones abrir = new cCotizaciones(); abrir.Show(); }