Ejemplo n.º 1
0
        protected override void Initialize(object navigationData)
        {
            var service = (IConfigurationService)GetService(typeof(IConfigurationService));

            pictureBox1.Image = service.Scope.GetImage();

            _feature = new HttpRedirectFeature(Module, null, null);
            _feature.HttpRedirectSettingsUpdated = Refresh;
            _feature.Load();

            base.Initialize(navigationData);
        }