Beispiel #1
0
        public StoreServicesTests()
        {
            managerService = new WindowsManagerService();
            var samples = new WindowsSamples(managerService);

            factoryService = new WindowsFactoryMock();
            storeService   = new JsonWindowStoreService(managerService, new DefaultStoreSettings());
        }
        public NavigationServiceTests()
        {
            managerService = new WindowsManagerService();
            samples        = new WindowsSamples(managerService);

            factoryService    = new WindowsFactoryMock();
            navigationService = new NavigationService(managerService, factoryService);
        }