Exemple #1
0
 public ReAttachHistory(IReAttachRepository repository)
 {
     _repository = repository;
     Items       = new ReAttachTargetList(ReAttachConstants.ReAttachHistorySize);
     Options     = new ReAttachOptions();
 }
 public ReAttachHistory(IReAttachRepository repository)
 {
     _repository = repository;
     Items = new ReAttachTargetList(ReAttachConstants.ReAttachHistorySize);
     Options = new ReAttachOptions();
 }