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