Ejemplo n.º 1
0
 public int TestseatsInTheater(int nCols, int nRows, int col, int row)
 {
     return(IntroGates.seatsInTheater(nCols, nRows, col, row));
 }