Esempio n. 1
0
 //here we inject the the interface
 public MainGridDataContext(ILikeEventAggregator sharedService)
 {
     _sharedService = sharedService;
     //listen to selection changed
     _sharedService.PopupGridSelectionHandler += SharedServiceOnPopupGridSelectionHandler;
 }
Esempio n. 2
0
 //here we inject the the interface
 public PopupDataContext(ILikeEventAggregator sharedService)
 {
     _sharedService = sharedService;
 }