Exemplo n.º 1
0
        private void toolStripLabel2_Click(object sender, EventArgs e)
        {
            RegisCotizaciones C = new RegisCotizaciones();

            C.Show();
        }
Exemplo n.º 2
0
        private void cotizacionesToolStripMenuItem_Click(object sender, EventArgs e)
        {
            RegisCotizaciones C = new RegisCotizaciones();

            C.Show();
        }