public void TilføjKort(Kort k)
 {
     bunke.Push(k);
 }
예제 #2
0
 public void TilføjKort(Kort kort)
 {
     bunke.Push(kort);
 }