Esempio n. 1
0
 public ServiceManagerForWindows(
     IIOTerminal terminal,
     ISystemInformation systemInformation,
     IServiceInformer serviceInformer
     )
 {
     this.terminal          = terminal;
     this.systemInformation = systemInformation;
     this.serviceInformer   = serviceInformer;
 }
Esempio 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;
 }