예제 #1
0
파일: Card.cs 프로젝트: runlucky/Blackjack
 public string Show() => _suit.Show() + _rank.Show();