Example #1
0
        private void bindingNavigatorAddNewItem_Click(object sender, EventArgs e) //
        {
            _pacientes.AgregarPaciente();
            listaPacientesBindingSource.MoveLast(); //MoveLast lleva nos lleva a lo ultimo de la lista

            DesabilitarHabilitarBotones(false);
        }
Example #2
0
        private void bindingNavigatorAddNewItem_Click(object sender, EventArgs e)
        {
            _pacientes.AgregarPaciente();
            listaPacienteBindingSource.MoveLast();

            DeshabilitarHabilitarBotones(false);
        }