Beispiel #1
0
        protected XFrame(
            ILifetimeScope c,
            ILoadStatusService systemTrayService,
            IOrientationService orientationService,
            ILocalisationService localisationService,
            IXNavigation xNavigationService,
            IDispatcher dispatcher)
        {
            _loadStatusService   = systemTrayService;
            _orientationService  = orientationService;
            _localisationService = localisationService;
            _navigation          = xNavigationService;
            Dispatcher           = dispatcher;
            Container            = c;

            Id = Guid.NewGuid();
        }
Beispiel #2
0
 public XRootFrame(ILifetimeScope c, ILoadStatusService systemTrayService, IOrientationService orientationService, ILocalisationService localisationService, IXNavigation xNavigationService, IDispatcher dispatcher) : base(c, systemTrayService, orientationService, localisationService, xNavigationService, dispatcher)
 {
 }