예제 #1
0
 public PlcErrorBarViewModel(IPlcEventService eventService)
 {
     this.eventService = eventService;
 }
예제 #2
0
 public PlcErrorDetailsViewModel(IPlcEventService plcEventService)
 {
     this.plcEventService = plcEventService;
 }