Esempio n. 1
0
 /// <summary>
 /// checks that the closet isn't digonal from the bed
 /// </summary>
 private bool closetDiagnoalFromBed(Closet closet, int bedPlace)
 {
     return(firstDiagonalSecond(closet.placeIndex, bedPlace));
 }