示例#1
0
 public DiffColumnHeader(DiffColumnAction action, int startLine, int lineCount)
 {
     _action = action;
     _startLine = startLine;
     _lineCount = lineCount;
 }
示例#2
0
 public DiffColumnHeader(DiffColumnAction action, int startLine, int lineCount)
 {
     _action    = action;
     _startLine = startLine;
     _lineCount = lineCount;
 }