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