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