Beispiel #1
0
 public StopProfilingCommand(IAppMainView view, ITraceServerService traceService)
 {
     this.view         = view;
     this.traceService = traceService;
 }
Beispiel #2
0
 public ApplicationFactory()
 {
     currentTheme       = new DefaultUITheme();
     memoryRepository   = new MemoryRepository();
     traceServerService = new TraceServerService(memoryRepository);
 }