Exemplo n.º 1
0
 public void dodajNowyStanGry(StanGry stanGry)
 {
     bazaDanych.stanGier.Add(stanGry);
 }
Exemplo n.º 2
0
 public void aktualizujStanGry(int indeks, StanGry stanGry)
 {
     bazaDanych.stanGier[indeks] = stanGry;
 }