Example #1
0
 public void RemoveOla(OLA ola)
 {
     olas.Remove(ola);
 }
Example #2
0
 public void AddOla(OLA ola)
 {
     olas.Add(ola);
 }