예제 #1
0
        private void bindingNavigatorAddNewItem_Click(object sender, EventArgs e)
        {
            _entregas.AgregarEntrega();
            listaEntregasBindingSource.MoveLast();

            DeshabilitarHabilitarBotones(false);
        }
예제 #2
0
        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();
        }