Beispiel #1
0
 public void EnableModule(string moduleName, IBackend backend, IKeyValuePersistence persistence)
 {
     enabledModules.Add(moduleName);
     AssertModuleResolver();
     moduleResolver.FilterModules();
     Start(backend, persistence);
     //TODO: Write this change to the configuration file
 }