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);
        }
        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);
        }