コード例 #1
0
 private void ActualizarTabla()
 {
     dtgProductos.ItemsSource = null;
     dtgProductos.ItemsSource = repositorio.LeerProductos();
 }