private void InitializeVaribales() { dbhelper = controler.getDBHelper(); //get the array of rooms roomList = new Room[dbhelper.getRoomList().getLenght()]; //int numOfRooms = roomList.getLenght(); population = new Lesson[10][][]; for (int x = 0; x < population.Length; x++) { population[x] = new Lesson[40][]; for (int y = 0; y < population[x].Length; y++) {
public void insertLessons(Lesson[][] thelessons) >>>>>>> origin/ayhan4
public void insertLessons(Lesson[][] thelessons, Room[] roomList) =======