Example #1
0
        private void bindingNavigatorAddNewItem_Click(object sender, EventArgs e)
        {
            HabilitarEdicion();

            _planillaBL.AgregarPlanilla();
            listaPlanillasBindingSource.MoveLast();
            listaPlanillasBindingNavigatorSaveItem.Enabled = true;
            DeshabilitarHabilitarBotones(false);
        }
Example #2
0
        private void bindingNavigatorAddNewItem_Click(object sender, EventArgs e)
        {
            fechaDateTimePicker.Enabled  = true;
            cargoIdComboBox.Enabled      = true;
            metodoPagoIdComboBox.Enabled = true;
            jornadaIdComboBox.Enabled    = true;
            button3.Enabled = true;

            _planillaBL.AgregarPlanilla();
            listaPlanillasBindingSource.MoveLast();

            DeshabilitarHabilitarBotones(false);
        }