コード例 #1
0
 public IPlayerStatusViewModel ShowHoleCardsFor(int duration, string holecards)
 {
     HoleCards.UpdateWith(holecards);
     HoleCards.HideHoleCardsAfter(duration);
     return(this);
 }