Exemplo n.º 1
0
 public void removePlayer(PlayerBean playerBean)
 {
     playerBean.goneFromTable();
     listPlayers.Remove(playerBean);
 }