Beispiel #1
0
 public void CephaneCikar(Cephane c)
 {
     cephane.Remove(c);
 }
Beispiel #2
0
 public void CephaneEkle(Cephane c)
 {
     cephane.Add(c);
 }