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