Example #1
0
 public abstract void AddPendingEntry(PendingArkEntry pending);
Example #2
0
 public PendingArkEntry(PendingArkEntry entry) : this(entry.FileName, entry.Directory)
 {
     LocalFilePath = entry.LocalFilePath;
 }
Example #3
0
 public override void AddPendingEntry(PendingArkEntry pending)
 {
     throw new NotImplementedException();
 }