Exemplo n.º 1
0
 public ServiceManagerForWindows(
     IIOTerminal terminal,
     ISystemInformation systemInformation,
     IServiceInformer serviceInformer
     )
 {
     this.terminal          = terminal;
     this.systemInformation = systemInformation;
     this.serviceInformer   = serviceInformer;
 }
Exemplo n.º 2
0
 public ServiceManager(
     IIOTerminal terminal,
     ISystemInformation systemInformation,
     IServiceInformer serviceInformer,
     IServiceManagerFactory serviceManagerFactory
     )
 {
     this.terminal              = terminal;
     this.systemInformation     = systemInformation;
     this.serviceInformer       = serviceInformer;
     this.serviceManagerFactory = serviceManagerFactory;
 }