/** * Procedure for displaying the data of the RiskCard properly. */ public void DisplayRiskCard(RiskCard card) { DisplaySpecialCard(card); cardNameLabel.Text = "Risk Card"; textBox.Text = "You played a risk card!"; }