Exemplo n.º 1
0
 public void RemoveOla(OLA ola)
 {
     olas.Remove(ola);
 }
Exemplo n.º 2
0
 public void AddOla(OLA ola)
 {
     olas.Add(ola);
 }