Beispiel #1
0
 public PrismBootstapperBaseFixture(PrismBootstapperSetup setup)
 {
     bootstrapper = setup.Bootstrapper;
 }
Beispiel #2
0
 public PrismBootstapperSetup()
 {
     ContainerLocator.ResetContainer();
     Bootstrapper = new PrismBootstrapper();
     Bootstrapper.Run();
 }