示例#1
0
 // ----- Constructor
 public Application(
     IInstaller installer,
     IModuleManager moduleManager,
     IRemoteServerConnector remoteServerConnector,
     IEnvironment environment)
 {
     _installer             = installer;
     _moduleManager         = moduleManager;
     _remoteServerConnector = remoteServerConnector;
     _environment           = environment;
 }
示例#2
0
 // ----- Constructor
 public Application(
     IInstaller installer,
     IModuleManager moduleManager,
     IRemoteServerConnector remoteServerConnector,
     IEnvironment environment)
 {
     _installer = installer;
     _moduleManager = moduleManager;
     _remoteServerConnector = remoteServerConnector;
     _environment = environment;
 }