示例#1
0
        private void notasDeCreditoToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            cCotizaciones cc = new cCotizaciones();

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

            abrir.Show();
        }