Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DelayedRegionCreationBehavior"/> class.
 /// </summary>
 /// <param name="regionAdapterMappings">
 /// The region adapter mappings, that are used to find the correct adapter for
 /// a given controltype. The controltype is determined by the <see name="TargetElement"/> value.
 /// </param>
 public DelayedRegionCreationBehavior(RegionAdapterMappings regionAdapterMappings)
 {
     _regionAdapterMappings = regionAdapterMappings;
     RegionManagerAccessor  = new DefaultRegionManagerAccessor();
 }
 /// <summary>
 /// Initializes a new instance of <see cref="RegionManagerRegistrationBehavior"/>.
 /// </summary>
 public RegionManagerRegistrationBehavior()
 {
     RegionManagerAccessor = new DefaultRegionManagerAccessor();
 }