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

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

            _feature = new AspFeature(this.Module);
            _feature.AspSettingsUpdated = this.Refresh;
            _feature.Load();
            base.Initialize(navigationData);
        }
Esempio n. 2
0
 public FeatureTaskList(AspFeature owner)
 {
     _owner = owner;
 }