public void TilføjKort(Kort k)
 {
     bunke.Push(k);
 }
Ejemplo n.º 2
0
 public void TilføjKort(Kort kort)
 {
     bunke.Push(kort);
 }