protected override void Load(Microsoft.ExtendedReflection.ComponentModel.IContainer container) { this.pmd = new PexMeDynamicDatabase(); container.AddComponent(null, pmd); this.psd = new PexMeStaticDatabase(); container.AddComponent(null, psd); if (PexMeConstants.ENABLE_MSEQGEN_RECOMMENDER) { mseqgen = new MSeqGenRecommender(); container.AddComponent(null, mseqgen); } base.Load(container); }
void IPexExplorationPackage.Load(Microsoft.ExtendedReflection.ComponentModel.IContainer explorationContainer) { this.iofo = new InsufficientObjectFactoryObserver(); explorationContainer.AddComponent("InsufficientObjectFactoryObserver", this.iofo); }