Пример #1
0
 public UnidiffEntry(int index, string text, UnidiffType type)
 {
     this.Index = index;
     this.Text  = text;
     this.Type  = type;
 }
Пример #2
0
 public UnidiffEntry(int index, string text, UnidiffType type)
 {
     this.Index = index;
     this.Text = text;
     this.Type = type;
 }