/// <summary>
 /// Configures the presentation framework.
 /// </summary>
 /// <param name="module">The configuration.</param>
 protected virtual void ConfigurePresentationFramework(PresentationFrameworkModule module) { }
Exemple #2
0
 protected override void ConfigurePresentationFramework(PresentationFrameworkModule module)
 {
     module.UsingViewStrategy <ViewStrategy>();
     module.UsingActionFactory <ActionFactory>();
 }
 protected override void ConfigurePresentationFramework(PresentationFrameworkModule module)
 {
     module.UsingViewStrategy<ViewStrategy>();
     module.UsingActionFactory<ActionFactory>();
 }
 /// <summary>
 /// Configures the presentation framework.
 /// </summary>
 /// <param name="configuration">The configuration.</param>
 protected virtual void ConfigurePresentationFramework(PresentationFrameworkModule configuration)
 {
 }