Example #1
0
 public void RemoveGrupos()
 {
     Cartas.ForEach(carta => carta.Grupo = Grupo.Nenhum);
 }