Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. Building { Name, Desctiption, Power, isBig }
  2.  
  3. BuildingWorker
  4. {
  5. getBigBuildings(){return buildingRepo.FindAll(x => x.isBig == true);}
  6. getBuildingsWithLowPower...
  7. }
  8.  
  9. View:
  10. lableBigBuildingsCount.text = getBigBuildings().Count;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement