/// <summary>
        /// Executes this instance.
        /// </summary>
        public override void Execute()
        {
            try
            {
                TFSScrumExtensions.TFSScrumExtensionsPackage.InternalInitialize();

                PlanWorkItemController controller = new PlanWorkItemController();
                controller.OnPlanWorkItem(new int[] { }, false);
            }
            catch (Exception ex)
            {
                this.ShowNotification(ex.Message, NotificationType.Error);
            }
        }
Esempio n. 2
0
        /// <summary>
        /// Executes this instance.
        /// </summary>
        public override void Execute()
        {
            try
            {
                TFSScrumExtensions.TFSScrumExtensionsPackage.InternalInitialize();

                PlanWorkItemController controller = new PlanWorkItemController();
                controller.OnPlanWorkItem(new int[] { }, false);
            }
            catch (Exception ex)
            {
                this.ShowNotification(ex.Message, NotificationType.Error);
            }
        }