private void bindingNavigatorAddNewItem_Click(object sender, EventArgs e) { _entregas.AgregarEntrega(); listaEntregasBindingSource.MoveLast(); DeshabilitarHabilitarBotones(false); }
private void bindingNavigatorAddNewItem_Click(object sender, EventArgs e)///AGREGAR NUEVA ENTREGA { _entregas.AgregarEntrega(); listaEntregasBindingSource.MoveLast(); DeshabilitarHabilitarBotones(false); costoTextBox.Clear(); costoAdicionalTextBox.Clear(); subtotalTextBox.Clear(); impuestoTextBox.Clear(); totalTextBox.Clear(); }