Ejemplo n.º 1
0
        /// <summary>
        /// Constructor.
        /// </summary>
        public LastWorkItemSection()
            : base()
        {
            this.Title              = "Last Changed Work Item";
            this.IsExpanded         = true;
            this.IsVisible          = false;
            this.SectionContent     = new LastWorkItemView();
            this.View.ParentSection = this;

            _workitemId           = Guid.Parse("a32392d1-6592-4e35-80c6-4b412e73f613");
            _pendingChangesPageId = Guid.Parse(TeamExplorerPageIds.PendingChanges);

            _workitemService = new WorkitemService();
        }
        /// <summary> 
        /// Constructor. 
        /// </summary> 
        public LastWorkItemSection() 
            : base() 
        { 
            this.Title = "Last Changed Work Item";
            this.IsExpanded = true;
            this.IsVisible = false;
            this.SectionContent = new LastWorkItemView();
            this.View.ParentSection = this;

            _workitemId = Guid.Parse("a32392d1-6592-4e35-80c6-4b412e73f613");
            _pendingChangesPageId = Guid.Parse(TeamExplorerPageIds.PendingChanges);

            _workitemService = new WorkitemService();
        }