Ejemplo n.º 1
0
        private void eliminarProductoToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form _fAgregar = new bImprimir();

            _fAgregar.ShowDialog();
            this.Close();
        }
Ejemplo n.º 2
0
        private void bProductos_Click(object sender, EventArgs e)
        {
            Form _fAgregar = new bImprimir();

            _fAgregar.ShowDialog();
            this.Close();
        }
Ejemplo n.º 3
0
        private void agregarNuevoRegistroToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            Form _fAgregar = new bImprimir();

            _fAgregar.ShowDialog();
            this.Close();
        }