Ejemplo n.º 1
0
 public void Aktualisieren()
 {
     foreach (var item in layerService.QueryAll())
     {
         Cars.Add(item);
     }
 }