예제 #1
0
        private LineType GetEstimate()
        {
#if (DEBUG)
            if (cells.Contains(Middle1) || cells.Contains(Middle2))
            {
                throw new Exception("Sad sad larry");
            }
#endif
            return(analyzer.DoAnalysis());
        }