예제 #1
0
 public void addPokerInfo(POKER_INFO value)
 {
     if (!this.hasPokerInfo())
     {
         this.__flag[0] = (byte)(this.__flag[0] | 2);
     }
     this.pokerInfo.Add(value);
 }