コード例 #1
0
 public MiddleEdit(Sequence a, Sequence b)
 {
     _a       = a;
     _b       = b;
     forward  = new ForwardEditPaths(this);
     backward = new BackwardEditPaths(this);
 }
コード例 #2
0
ファイル: MyersDiff.cs プロジェクト: dev218/GitSharp
 public MiddleEdit(Sequence a, Sequence b)
 {
     _a = a;
     _b = b;
     forward = new ForwardEditPaths(this);
     backward = new BackwardEditPaths(this);
 }