Esempio n. 1
0
        private void notasDeCreditoToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            cCotizaciones cc = new cCotizaciones();

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

            abrir.Show();
        }