Beispiel #1
0
 public StackViewerController(IDeserializedDataCache dataCache, StackViewerModel model)
 {
     this.dataCache = dataCache;
     this.model     = model;
 }
 public EventViewerController(IDeserializedDataCache dataCache, EventViewerModel eventViewerModel)
 {
     this.dataCache        = dataCache;
     this.eventViewerModel = eventViewerModel;
 }