Exemplo n.º 1
0
 public void SetPoker(PaiJiu.Poker poker)
 {
     this.index  = poker.index;
     this.size   = poker.size;
     this.type   = poker.type;
     this.status = poker.status;
 }
Exemplo n.º 2
0
 public void Init(PaiJiu.Poker poker)
 {
     isBeenPlayed = false;
     Poker        = poker;
     //SetPokerStatus(false);
 }