private void ShowDetail() { _picture.BackgroundImage = _chosen.Images().BackgroundImage; _title2.Text = _chosen.Title().Text; _desc2.Text = _chosen.Desc().Text + "\n\n" + _chosen.howtoget; _achievementDetail.Visible = true; }
public void ShowDetail() { _foodBox.SetText(_chosen.Title().Text, _chosen.Desc().Text, _chosen.Images().BackgroundImage); if (_foodBox.ShowDialog() == DialogResult.OK) { } }