Exemple #1
0
 public ExportTask(ExportProjectCommand owner, ModuleDef[] modules)
 {
     this.owner   = owner;
     this.modules = modules;
     this.cancellationTokenSource = new CancellationTokenSource();
     this.dispatcher = Dispatcher.CurrentDispatcher;
 }
Exemple #2
0
 public ExportTask(ExportProjectCommand owner, ModuleDef[] modules)
 {
     this.owner   = owner;
     this.modules = modules;
     this.cancellationTokenSource = new CancellationTokenSource();
     this.dispatcher = Dispatcher.CurrentDispatcher;
     if (owner.bamlDecompiler != null)
     {
         this.bamlDecompiler = owner.bamlDecompiler.Value;
     }
 }
Exemple #3
0
 public ExportTask(ExportProjectCommand owner, ModuleDef[] modules)
 {
     this.owner = owner;
     this.modules = modules;
     this.cancellationTokenSource = new CancellationTokenSource();
     this.dispatcher = Dispatcher.CurrentDispatcher;
     if (owner.bamlDecompiler != null)
         this.bamlDecompiler = owner.bamlDecompiler.Value;
 }
Exemple #4
0
 public ExportTask(ExportProjectCommand owner, ModuleDef[] modules)
 {
     this.owner = owner;
     this.modules = modules;
     this.cancellationTokenSource = new CancellationTokenSource();
     this.dispatcher = Dispatcher.CurrentDispatcher;
 }