Ejemplo n.º 1
0
 void ColorMethodName(Parse theCells, bool thisIsRight)
 {
     foreach (Parse nameCell in MethodCells(new CellRange(theCells)))
     {
         TestStatus.ColorCell(nameCell, thisIsRight);
     }
 }