コード例 #1
0
 private void BuscarNDocumento()
 {
     dataListado.DataSource = NEmpleado.BuscarNumeroDocumento(this.txtNDocumento.Text);
     lblTotal.Text          = "Total de Empleados: " + Convert.ToString(dataListado.Rows.Count);
 }