Ejemplo n.º 1
0
 public BuildViewModel(ITfsRepository tfsRepository)
 {
     _tfsRepository         = tfsRepository;
     this.QueueBuildCommand = new DelegateCommand(QueueBuild);
     this.QueueBuildCommand.RaiseCanExecuteChanged();
     this.OnPropertyChanged("QueueBuildCommand");
 }
Ejemplo n.º 2
0
 public ContentController(ITfsRepository tfsRepository)
 {
     _tfsRepository = tfsRepository;
 }
Ejemplo n.º 3
0
 public ChangesetsController(ITfsRepository tfsRepository)
 {
     _tfsRepository = tfsRepository;
 }