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