示例#1
0
 public void ZakupMiejsce()
 {
     Status = StanMiejsca.Zarezerwowany;
 }
示例#2
0
 public Miejsce(int row, int col)
 {
     Row    = row;
     Col    = col;
     Status = StanMiejsca.Pusty;
 }