Exemplo n.º 1
0
 public Recompile(Project project)
 {
     this.project = project;
     this.viewModel = null;
 }
Exemplo n.º 2
0
 public void SetProgressWindow(ProgressWindowViewModel viewModel)
 {
     this.viewModel = viewModel;
 }
Exemplo n.º 3
0
 public Setup(Project project)
 {
     this.project = project;
     this.viewModel = null;
     this.downloads = new List<string>();
 }