Esempio n. 1
0
 public PlcErrorBarViewModel(IPlcEventService eventService)
 {
     this.eventService = eventService;
 }
Esempio n. 2
0
 public PlcErrorDetailsViewModel(IPlcEventService plcEventService)
 {
     this.plcEventService = plcEventService;
 }