Esempio n. 1
0
 public DiffColumnHeader(DiffColumnAction action, int startLine, int lineCount)
 {
     _action = action;
     _startLine = startLine;
     _lineCount = lineCount;
 }
Esempio n. 2
0
 public DiffColumnHeader(DiffColumnAction action, int startLine, int lineCount)
 {
     _action    = action;
     _startLine = startLine;
     _lineCount = lineCount;
 }