Exemplo n.º 1
0
 public ExportTask(ExportProjectCommand owner, ModuleDef[] modules)
 {
     this.owner   = owner;
     this.modules = modules;
     this.cancellationTokenSource = new CancellationTokenSource();
     this.dispatcher = Dispatcher.CurrentDispatcher;
 }
Exemplo n.º 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;
     }
 }
Exemplo n.º 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;
 }
Exemplo n.º 4
0
 public ExportTask(ExportProjectCommand owner, ModuleDef[] modules)
 {
     this.owner = owner;
     this.modules = modules;
     this.cancellationTokenSource = new CancellationTokenSource();
     this.dispatcher = Dispatcher.CurrentDispatcher;
 }