Пример #1
0
        private void textBox1_KeyPress(object sender, KeyPressEventArgs e)
        {
            string identificacion = textID.Text.Trim();

            empleados = empleadoService.FiltroPorIdentificacion(textName.Text.Trim());
            TblEmpleados.DataSource = empleados;
        }