Ejemplo n.º 1
0
        private bool AgregarRenglon(int idEntrega)
        {
            int idRenglon = ControladorFachada.AgregarRenglon(idEntrega, _listarInsumos);

            if (idRenglon == -2)
            {
                MessageBox.Show("Ocurrió un error, inténtelo nuevamente");
                return(false);
            }
            else
            {
                LimpiarTodo();
                return(true);
            }
        }