Beispiel #1
0
 //show the card
 public string Display()
 {
     return(label + " of " + suit.ToString());
 }