public void Clear() { _nodeCell = null; _cells.Clear(); }
public void AddNodeCell(int depth) { _nodeCell = new CommitGraphNodeCell(true, depth); }