protected void CompareRows(Tree <Cell> table, int rowsToSkip)
        {
            var matcher = new ListMatcher(Processor, MatchStrategy);

            matcher.MarkCell(myArray, table, rowsToSkip);
        }
Exemplo n.º 2
0
        protected void CompareRows(Parse theTableRows)
        {
            var matcher = new ListMatcher(Processor, MatchStrategy);

            matcher.MarkCell(myArray, theTableRows);
        }