Example #1
0
 public void Reset2New()
 {
     HideAllButtons();
     TilesFlowerList.Clear();
     TilesHandList.Clear();
     MeldList.Clear();
     BankerChairId       = 0;
     TbRichi.Text        = "";
     TbPseudoFlower.Text = "";
 }
Example #2
0
 private void SortFlowerTiles()
 {
     TilesFlowerList.Sort((x, y) => x - y);
 }