예제 #1
0
 public void SetPotChipsImage(int potAmount, PictureBox chip)
 {
     ControllerUtil.SetChipsImage(potAmount, chip, PathChipsFolder, ChipsFileNames, MaxPlayers + 1);
 }
예제 #2
0
 public void SetPlayerChipsImage(IPlayer player, PictureBox chip)
 {
     ControllerUtil.SetChipsImage(player.ChipsAmount, chip, PathChipsFolder, ChipsFileNames, MaxPlayers + 1);
 }