private void bindingNavigatorAddNewItem_Click(object sender, EventArgs e) { _productos.AgregarProducto(); // agregamos metodo para agregar listaProductosBindingSource.MoveLast(); DeshabilitarHabilitarBotones(false); // agregamos metodo para deshabilitar y habilitar botonesss }
private void bindingNavigatorAddNewItem_Click(object sender, EventArgs e) { _productos.AgregarProducto(); listaProductosBindingSource.MoveLast(); }