예제 #1
0
 public void removePlayer(PlayerBean playerBean)
 {
     playerBean.goneFromTable();
     listPlayers.Remove(playerBean);
 }