Inheritance: StructureMapBootstrapper
Beispiel #1
0
        protected override void OnStartup(StartupEventArgs e)
        {
            base.OnStartup(e);

            BootStrapper bootStrapper = new BootStrapper();
            bootStrapper.Run();
        }
Beispiel #2
0
        public void SetUp()
        {
            BootStrapper strapper = new BootStrapper();
            strapper.Run();

            _container = strapper.Container;
        }