Beispiel #1
0
 private void UpdateGaragePopulation()
 {
     garagePopulationUI.Text = $"Garage Population: {_repo.GetGaragePopulation()} / 23";
 }