Exemplo n.º 1
0
 public ConflictPopupViewModel(ISCCService sccService)
 {
     this.ConflictViewModel = new ConflictViewModel(sccService);
 }
Exemplo n.º 2
0
 public ConflictViewModel(ISCCService sccService)
 {
     this.sccService       = sccService;
     this.PropertyChanged += this.OnPropertyChanged;
 }