Exemplo n.º 1
0
 private void EndAllModules()
 {
     ModuleConfigurations.Update(mconf => Exceptions.ExecuteIgnoringException(mconf.OnApplicationEnd));
 }
Exemplo n.º 2
0
 private void RegisterAllModuleComponents(ComponentRegistry registry)
 {
     ModuleConfigurations.Update(mconf => mconf.RegisterComponents(registry));
 }