예제 #1
0
 public FileTransactionScheduler()
 {
     schedule = new Queue <FileTransactionEntry>();
     progress = new ProgressInfo();
 }
예제 #2
0
 public AsyncProgressResult(ref ProgressInfo progress)
 {
     this.progress = progress;
 }