Beispiel #1
0
 public Poker(PokerNum pokerNum, PokerColor pokerColor)
 {
     this.pokerNum   = pokerNum;
     this.pokerColor = pokerColor;
 }
Beispiel #2
0
 internal Poker SetColor(PokerColor color)
 {
     Color = color;
     return(this);
 }
Beispiel #3
0
 public Poker(PokerNum pokerNum, PokerColor pokerColor)
 {
     this.pokerNum = pokerNum;
     this.pokerColor = pokerColor;
 }