partial void OnInitialize()
        {
            Description = "Settings";
#if SILVERLIGHT
            Icon = new SettingsIcon(ItemName);
#endif
            this.PropertyChanged += EditSlideshowDockBarItem_PropertyChanged;
        }
Example #2
0
        partial void OnInitialize()
        {
            dialogService = this.GetDependency<IModalDialogService>();

            Description = "Settings";
#if SILVERLIGHT
            Icon = new SettingsIcon(ItemName);
#endif
            this.PropertyChanged += WidgetDockBarItem_PropertyChanged;
        }