Ejemplo n.º 1
0
 public void SetCubeRowIndex(int rowIndex)
 {
     cubeRowIndex = rowIndex;
     if (cubeRowIndex > 9)
     {
         cubeManager.CubeAboveThreshold();
     }
 }