Beispiel #1
0
 public ChangeCounter(TfsGitChangeType type, string format, int count)
 {
     Type   = type;
     Format = format;
     Count  = count;
 }
Beispiel #2
0
 public ChangeCounter(TfsGitChangeType type, string format, int count)
 {
     Type = type;
     Format = format;
     Count = count;
 }