private void CotizacionestoolStripButton_Click(object sender, EventArgs e)
        {
            rCotizaciones registro = new rCotizaciones();

            registro.MdiParent = this;
            registro.Show();
        }
        private void cotizacionesToolStripMenuItem_Click(object sender, EventArgs e)
        {
            rCotizaciones registro = new rCotizaciones();

            registro.MdiParent = this;
            registro.Show();
        }
Exemple #3
0
        private void notasDeCreditoToolStripMenuItem_Click(object sender, EventArgs e)
        {
            rCotizaciones rc = new rCotizaciones();

            rc.Show();
        }
 private void cotizacionesToolStripMenuItem_Click(object sender, EventArgs e)
 {
     UI.Registro.rCotizaciones r = new rCotizaciones();
     r.Show();
 }
 private void CotizacionestoolStripButton_Click(object sender, EventArgs e)
 {
     UI.Registro.rCotizaciones r = new rCotizaciones();
     r.Show();
 }