Beispiel #1
0
 private void bActualizar_Click(object sender, EventArgs e)
 {
     dgInventario.DataSource = _bl.MostrarInventarioEmpleado();
 }