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