예제 #1
0
 public Checkin(CheckinOptions checkinOptions, TfsWriter writer)
     : base(checkinOptions, writer)
 {
 }
예제 #2
0
 protected CheckinBase(CheckinOptions checkinOptions, TfsWriter writer)
 {
     _checkinOptions = checkinOptions;
     _writer         = writer;
 }