Exemplo n.º 1
0
 public void CheckEnoughSpace()
 {
     if (_mc.IsCrdSpaceEnough(_coordinateId) == false)
     {
         throw new Exception("Not enough space in the coordinate system.");
     }
 }