Exemplo n.º 1
0
 public FileTransactionScheduler()
 {
     schedule = new Queue <FileTransactionEntry>();
     progress = new ProgressInfo();
 }
Exemplo n.º 2
0
 public AsyncProgressResult(ref ProgressInfo progress)
 {
     this.progress = progress;
 }