public LootPage() { InitializeComponent(); loot = App.game.GetCurrentLoot(); lblValue.Text = "Worth $" + loot.lootPoints.ToString(); lblName.Text = loot.FullDescription(); }